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