Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected AggregateStateSpecific |
AggregateType.specificInfo
specific info based on subcategory field.
|
Modifier and Type | Method and Description |
---|---|
AggregateStateSpecific |
AggregateType.getSpecificInfo()
Getter for
AggregateType.specificInfo |
Modifier and Type | Method and Description |
---|---|
AggregateType |
AggregateType.setSpecificInfo(AggregateStateSpecific pSpecificInfo)
Setter for
AggregateType.specificInfo |
Modifier and Type | Method and Description |
---|---|
static AggregateStateSpecific |
AggregateStateSpecific.getEnumForValue(int i) |
static AggregateStateSpecific |
AggregateStateSpecific.unmarshalEnum(java.nio.ByteBuffer buff) |
static AggregateStateSpecific |
AggregateStateSpecific.unmarshalEnum(java.io.DataInputStream dis) |
static AggregateStateSpecific |
AggregateStateSpecific.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregateStateSpecific[] |
AggregateStateSpecific.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|