Uses of Enum Class
edu.nps.moves.dis7.enumerations.Country
Packages that use Country
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of Country in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type Country in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 29, marshal size 16; Country has 279 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return CountryModifier and TypeMethodDescriptionstatic Country
Country.getEnumForValue
(int value) Provide enumeration for a given valuestatic Country
Country.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic Country
Country.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic Country
Returns the enum constant of this class with the specified name.static Country[]
Country.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Country in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as CountryModifier and TypeFieldDescriptionprotected Country
AggregateType.country
country to which the design of the entity is attributed uid 29protected Country
EntityType.country
country to which the design of the entity is attributed uid 29protected Country
RadioType.country
country to which the design of the entity is attributed uid 29Methods in edu.nps.moves.dis7.pdus that return CountryModifier and TypeMethodDescriptionAggregateType.getCountry()
Getter forAggregateType.country
EntityType.getCountry()
Getter forEntityType.country
RadioType.getCountry()
Getter forRadioType.country
Methods in edu.nps.moves.dis7.pdus with parameters of type CountryModifier and TypeMethodDescriptionAggregateType.setCountry
(Country pCountry) Setter forAggregateType.country
EntityType.setCountry
(Country pCountry) Setter forEntityType.country
RadioType.setCountry
(Country pCountry) Setter forRadioType.country
-
Uses of Country in edu.nps.moves.dis7.utilities
Constructors in edu.nps.moves.dis7.utilities with parameters of type CountryModifierConstructorDescriptionPduFactory
(Country country, byte exerciseId, short siteId, short applicationId, DisTime.TimestampStyle timestampStyle) Create and add initial properties to a new PduFactory which creates pdus using the specified default values.