Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected CollisionType |
CollisionPdu.collisionType
This field shall identify the type of collision.
|
Modifier and Type | Method and Description |
---|---|
CollisionType |
CollisionPdu.getCollisionType()
Getter for
CollisionPdu.collisionType |
Modifier and Type | Method and Description |
---|---|
CollisionPdu |
CollisionPdu.setCollisionType(CollisionType pCollisionType)
Setter for
CollisionPdu.collisionType |
Modifier and Type | Method and Description |
---|---|
static CollisionType |
CollisionType.getEnumForValue(int i) |
static CollisionType |
CollisionType.unmarshalEnum(java.nio.ByteBuffer buff) |
static CollisionType |
CollisionType.unmarshalEnum(java.io.DataInputStream dis) |
static CollisionType |
CollisionType.valueOf(java.lang.String name)
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.
|