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