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