Uses of Enum
edu.nps.moves.dis7.enumerations.Country
Packages that use Country
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of Country in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return CountryModifier and TypeMethodDescriptionstatic CountryCountry.getEnumForValue(int i)provide enumeration for a given valuestatic CountryCountry.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic CountryCountry.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic CountryReturns 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. -
Uses of Country in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as CountryModifier and TypeFieldDescriptionprotected CountryAggregateType.countrycountry to which the design of the entity is attributed uid 29protected CountryEntityType.countrycountry to which the design of the entity is attributed uid 29protected CountryRadioType.countrycountry 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.countryEntityType.getCountry()Getter forEntityType.countryRadioType.getCountry()Getter forRadioType.countryMethods in edu.nps.moves.dis7.pdus with parameters of type CountryModifier and TypeMethodDescriptionAggregateType.setCountry(Country pCountry)Setter forAggregateType.countryEntityType.setCountry(Country pCountry)Setter forEntityType.countryRadioType.setCountry(Country pCountry)Setter forRadioType.country