Package | Description |
---|---|
models.compartments |
Modifier and Type | Method and Description |
---|---|
static CompartmentType |
CompartmentType.getCompartmentType(java.lang.String compartmentName)
returns the type enumeration based on the string handed over.
|
static CompartmentType |
CompartmentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompartmentType[] |
CompartmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|