Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations | |
edu.nps.moves.dis7.util | |
edu.nps.moves.dis7.util.playerrecorder |
Modifier and Type | Field and Description |
---|---|
protected Country |
AggregateType.country
country to which the design of the entity is attributed uid 29
|
protected Country |
EntityType.country
country to which the design of the entity is attributed uid 29
|
protected Country |
RadioType.country
country to which the design of the entity is attributed uid 29
|
Modifier and Type | Method and Description |
---|---|
Country |
AggregateType.getCountry()
Getter for
AggregateType.country |
Country |
EntityType.getCountry()
Getter for
EntityType.country |
Country |
RadioType.getCountry()
Getter for
RadioType.country |
Modifier and Type | Method and Description |
---|---|
AggregateType |
AggregateType.setCountry(Country pCountry)
Setter for
AggregateType.country |
EntityType |
EntityType.setCountry(Country pCountry)
Setter for
EntityType.country |
RadioType |
RadioType.setCountry(Country pCountry)
Setter for
RadioType.country |
Modifier and Type | Method and Description |
---|---|
static Country |
Country.getEnumForValue(int i) |
static Country |
Country.unmarshalEnum(java.nio.ByteBuffer buff) |
static Country |
Country.unmarshalEnum(java.io.DataInputStream dis) |
static Country |
Country.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Country[] |
Country.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PduFactory(Country country,
byte exerciseId,
short siteId,
short applicationId,
boolean useAbsoluteTimestamp) |
Modifier and Type | Field and Description |
---|---|
static Country |
ValidationPdusMakerV1.COUNTRY_V1 |