org.bonitasoft.engine.core.process.definition.model
public enum SGatewayType extends Enum<SGatewayType>
| Modifier and Type | Method and Description |
|---|---|
static SGatewayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SGatewayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SGatewayType PARALLEL
public static final SGatewayType INCLUSIVE
public static final SGatewayType EXCLUSIVE
public static SGatewayType[] values()
for (SGatewayType c : SGatewayType.values()) System.out.println(c);
public static SGatewayType 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 © 2014 Bonitasoft S.A.. All rights reserved.