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