public enum AreaAccessRestrictionType extends java.lang.Enum<AreaAccessRestrictionType>
Enum Constant and Description |
---|
AREA_ACCESS_RESTRICTION_BY_CAPACITY |
AREA_ACCESS_RESTRICTION_BY_CONDITION |
AREA_ACCESS_RESTRICTION_BY_SCHEDULE |
AREA_ACCESS_RESTRICTION_BY_THROUGHPUT |
AREA_ACCESS_RESTRICTION_MANUAL |
Modifier and Type | Method and Description |
---|---|
static AreaAccessRestrictionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AreaAccessRestrictionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AreaAccessRestrictionType AREA_ACCESS_RESTRICTION_BY_CAPACITY
public static final AreaAccessRestrictionType AREA_ACCESS_RESTRICTION_BY_THROUGHPUT
public static final AreaAccessRestrictionType AREA_ACCESS_RESTRICTION_BY_SCHEDULE
public static final AreaAccessRestrictionType AREA_ACCESS_RESTRICTION_BY_CONDITION
public static final AreaAccessRestrictionType AREA_ACCESS_RESTRICTION_MANUAL
public static AreaAccessRestrictionType[] values()
for (AreaAccessRestrictionType c : AreaAccessRestrictionType.values()) System.out.println(c);
public static AreaAccessRestrictionType 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.