Uses of Enum
edu.nps.moves.dis7.enumerations.PlatformSurfaceSupportVesselSubcategories
Packages that use PlatformSurfaceSupportVesselSubcategories
-
Uses of PlatformSurfaceSupportVesselSubcategories in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return PlatformSurfaceSupportVesselSubcategoriesModifier and TypeMethodDescriptionPlatformSurfaceSupportVesselSubcategories.getEnumForValue(int i)
provide enumeration for a given valuePlatformSurfaceSupportVesselSubcategories.unmarshalEnum(DataInputStream dis)
Unmarshal value to DataInputStreamPlatformSurfaceSupportVesselSubcategories.unmarshalEnum(ByteBuffer byteBuffer)
Unmarshal enumeration value to ByteBufferReturns the enum constant of this type with the specified name.PlatformSurfaceSupportVesselSubcategories.values()
Returns an array containing the constants of this enum type, in the order they are declared.