Uses of Enum Class
edu.nps.moves.dis7.enumerations.EntityKind
Packages that use EntityKind
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of EntityKind in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type EntityKind in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 7, marshal size 8; EntityKind has 10 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return EntityKindModifier and TypeMethodDescriptionstatic EntityKind
EntityKind.getEnumForValue
(int value) Provide enumeration for a given valuestatic EntityKind
EntityKind.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic EntityKind
EntityKind.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic EntityKind
Returns the enum constant of this class with the specified name.static EntityKind[]
EntityKind.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntityKind in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as EntityKindModifier and TypeFieldDescriptionprotected EntityKind
EntityType.entityKind
Kind of entity uid 7protected EntityKind
EntityTypeRaw.entityKind
Kind of entity uid 7protected EntityKind
RadioType.entityKind
Kind of entity uid 7Methods in edu.nps.moves.dis7.pdus that return EntityKindModifier and TypeMethodDescriptionEntityType.getEntityKind()
Getter forEntityType.entityKind
EntityTypeRaw.getEntityKind()
Getter forEntityTypeRaw.entityKind
RadioType.getEntityKind()
Getter forRadioType.entityKind
Methods in edu.nps.moves.dis7.pdus with parameters of type EntityKindModifier and TypeMethodDescriptionEntityType.setEntityKind
(EntityKind pEntityKind) Setter forEntityType.entityKind
EntityTypeRaw.setEntityKind
(EntityKind pEntityKind) Setter forEntityTypeRaw.entityKind
RadioType.setEntityKind
(EntityKind pEntityKind) Setter forRadioType.entityKind