Package com.anylogic.engine.markup
- java.lang.Object
- java.lang.Enum<StorageResourceManagementUnit.UnitType>
- com.anylogic.engine.markup.StorageResourceManagementUnit.UnitType
- All Implemented Interfaces:
Serializable,Comparable<StorageResourceManagementUnit.UnitType>,Constable
- Enclosing interface:
- StorageResourceManagementUnit<StateType extends StorageResourceManagementUnitState>
public static enum StorageResourceManagementUnit.UnitType extends Enum<StorageResourceManagementUnit.UnitType>
Enum.EnumDesc<E extends Enum<E>>| Modifier and Type | Method | Description |
|---|---|---|
static StorageResourceManagementUnit.UnitType | valueOf |
Returns the enum constant of this class with the specified name.
|
static StorageResourceManagementUnit.UnitType[] | values() |
Returns an array containing the constants of this enum class, in
the order they are declared.
|
public static StorageResourceManagementUnit.UnitType[] values()
Returns an array containing the constants of this enum class, in
the order they are declared.
- Returns:
- an array containing the constants of this enum class, in the order they are declared
public static StorageResourceManagementUnit.UnitType valueOf(String name)
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null