Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected AggregateStateFormation |
AggregateStatePdu.formation
formation of aggregated entities uid 205
|
Modifier and Type | Method and Description |
---|---|
AggregateStateFormation |
AggregateStatePdu.getFormation()
Getter for
AggregateStatePdu.formation |
Modifier and Type | Method and Description |
---|---|
AggregateStatePdu |
AggregateStatePdu.setFormation(AggregateStateFormation pFormation)
Setter for
AggregateStatePdu.formation |
Modifier and Type | Method and Description |
---|---|
static AggregateStateFormation |
AggregateStateFormation.getEnumForValue(int i) |
static AggregateStateFormation |
AggregateStateFormation.unmarshalEnum(java.nio.ByteBuffer buff) |
static AggregateStateFormation |
AggregateStateFormation.unmarshalEnum(java.io.DataInputStream dis) |
static AggregateStateFormation |
AggregateStateFormation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregateStateFormation[] |
AggregateStateFormation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|