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