public static enum ConnectedConstraint.ConnectionType extends Enum<ConnectedConstraint.ConnectionType>
Enum Constant and Description |
---|
AND_CONNECTION_TYPE |
OR_CONNECTION_TYPE |
Modifier and Type | Method and Description |
---|---|
static ConnectedConstraint.ConnectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectedConstraint.ConnectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectedConstraint.ConnectionType AND_CONNECTION_TYPE
public static final ConnectedConstraint.ConnectionType OR_CONNECTION_TYPE
public static ConnectedConstraint.ConnectionType[] values()
for (ConnectedConstraint.ConnectionType c : ConnectedConstraint.ConnectionType.values()) System.out.println(c);
public static ConnectedConstraint.ConnectionType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.