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