Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected AggregateStateAggregateState |
AggregateStatePdu.aggregateState
state of aggregate uid 204
|
Modifier and Type | Method and Description |
---|---|
AggregateStateAggregateState |
AggregateStatePdu.getAggregateState()
Getter for
AggregateStatePdu.aggregateState |
Modifier and Type | Method and Description |
---|---|
AggregateStatePdu |
AggregateStatePdu.setAggregateState(AggregateStateAggregateState pAggregateState)
Setter for
AggregateStatePdu.aggregateState |
Modifier and Type | Method and Description |
---|---|
static AggregateStateAggregateState |
AggregateStateAggregateState.getEnumForValue(int i) |
static AggregateStateAggregateState |
AggregateStateAggregateState.unmarshalEnum(java.nio.ByteBuffer buff) |
static AggregateStateAggregateState |
AggregateStateAggregateState.unmarshalEnum(java.io.DataInputStream dis) |
static AggregateStateAggregateState |
AggregateStateAggregateState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregateStateAggregateState[] |
AggregateStateAggregateState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|