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