public enum ObBpmnGatewayDirectionEnum extends Enum<ObBpmnGatewayDirectionEnum>
Enum Constant and Description |
---|
ConvergingDirection |
DivergingDirection |
MixedDirection |
UnspecifiedDirection |
Modifier and Type | Method and Description |
---|---|
static ObBpmnGatewayDirectionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObBpmnGatewayDirectionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObBpmnGatewayDirectionEnum UnspecifiedDirection
public static final ObBpmnGatewayDirectionEnum ConvergingDirection
public static final ObBpmnGatewayDirectionEnum DivergingDirection
public static final ObBpmnGatewayDirectionEnum MixedDirection
public static ObBpmnGatewayDirectionEnum[] values()
for (ObBpmnGatewayDirectionEnum c : ObBpmnGatewayDirectionEnum.values()) System.out.println(c);
public static ObBpmnGatewayDirectionEnum 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 null