public enum ServiceGroupBehaviorMode extends java.lang.Enum<ServiceGroupBehaviorMode>
Enum Constant and Description |
---|
SERVICE_GROUP_BEHAVIOR_DEPENDS_ON_INCOMING_GROUP |
SERVICE_GROUP_BEHAVIOR_SAME_FOR_ALL_GROUPS |
Modifier and Type | Method and Description |
---|---|
static ServiceGroupBehaviorMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceGroupBehaviorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceGroupBehaviorMode SERVICE_GROUP_BEHAVIOR_SAME_FOR_ALL_GROUPS
public static final ServiceGroupBehaviorMode SERVICE_GROUP_BEHAVIOR_DEPENDS_ON_INCOMING_GROUP
public static ServiceGroupBehaviorMode[] values()
for (ServiceGroupBehaviorMode c : ServiceGroupBehaviorMode.values()) System.out.println(c);
public static ServiceGroupBehaviorMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © AnyLogic North America, LLC. All Rights Reserved.