Uses of Enum
edu.nps.moves.dis7.enumerations.AircraftPresentDomain
Packages that use AircraftPresentDomain
-
Uses of AircraftPresentDomain in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return AircraftPresentDomainModifier and TypeMethodDescriptionstatic AircraftPresentDomainAircraftPresentDomain.getEnumForValue(int i)provide enumeration for a given valuestatic AircraftPresentDomainAircraftPresentDomain.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic AircraftPresentDomainAircraftPresentDomain.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic AircraftPresentDomainReturns the enum constant of this type with the specified name.static AircraftPresentDomain[]AircraftPresentDomain.values()Returns an array containing the constants of this enum type, in the order they are declared.