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