Uses of Enum Class
edu.nps.moves.dis7.enumerations.ExerciseState
Packages that use ExerciseState
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
-
Uses of ExerciseState in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return ExerciseStateModifier and TypeMethodDescriptionstatic ExerciseStateExerciseState.getEnumForValue(int value) Provide enumeration for a given valuestatic ExerciseStateExerciseState.unmarshalEnum(DataInputStream dis) Unmarshal value to DataInputStreamstatic ExerciseStateExerciseState.unmarshalEnum(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic ExerciseStateReturns the enum constant of this class with the specified name.static ExerciseState[]ExerciseState.values()Returns an array containing the constants of this enum class, in the order they are declared.