Uses of Enum
edu.nps.moves.dis7.enumerations.CollisionType
Packages that use CollisionType
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes supporting open-dis7-java library.
-
Uses of CollisionType in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return CollisionTypeModifier and TypeMethodDescriptionstatic CollisionType
CollisionType.getEnumForValue(int value)
Provide enumeration for a given valuestatic CollisionType
CollisionType.unmarshalEnum(DataInputStream dis)
Unmarshal value to DataInputStreamstatic CollisionType
CollisionType.unmarshalEnum(ByteBuffer byteBuffer)
Unmarshal enumeration value to ByteBufferstatic CollisionType
Returns the enum constant of this type with the specified name.static CollisionType[]
CollisionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CollisionType in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as CollisionTypeModifier and TypeFieldDescriptionprotected CollisionType
CollisionPdu.collisionType
This field shall identify the type of collision.Methods in edu.nps.moves.dis7.pdus that return CollisionTypeModifier and TypeMethodDescriptionCollisionPdu.getCollisionType()
Getter forCollisionPdu.collisionType
Methods in edu.nps.moves.dis7.pdus with parameters of type CollisionTypeModifier and TypeMethodDescriptionCollisionPdu.setCollisionType(CollisionType pCollisionType)
Setter forCollisionPdu.collisionType