Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected AggregateStateSubcategory |
AggregateType.subcategory
subcategory of entity uid 208
|
Modifier and Type | Method and Description |
---|---|
AggregateStateSubcategory |
AggregateType.getSubcategory()
Getter for
AggregateType.subcategory |
Modifier and Type | Method and Description |
---|---|
AggregateType |
AggregateType.setSubcategory(AggregateStateSubcategory pSubcategory)
Setter for
AggregateType.subcategory |
Modifier and Type | Method and Description |
---|---|
static AggregateStateSubcategory |
AggregateStateSubcategory.getEnumForValue(int i) |
static AggregateStateSubcategory |
AggregateStateSubcategory.unmarshalEnum(java.nio.ByteBuffer buff) |
static AggregateStateSubcategory |
AggregateStateSubcategory.unmarshalEnum(java.io.DataInputStream dis) |
static AggregateStateSubcategory |
AggregateStateSubcategory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregateStateSubcategory[] |
AggregateStateSubcategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|