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