Uses of Enum Class
edu.nps.moves.dis7.enumerations.EntityMarkingCharacterSet
Packages that use EntityMarkingCharacterSet
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of EntityMarkingCharacterSet in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type EntityMarkingCharacterSet in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 45, marshal size 8; EntityMarkingCharacterSet has 4 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return EntityMarkingCharacterSetModifier and TypeMethodDescriptionstatic EntityMarkingCharacterSet
EntityMarkingCharacterSet.getEnumForValue
(int value) Provide enumeration for a given valuestatic EntityMarkingCharacterSet
EntityMarkingCharacterSet.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic EntityMarkingCharacterSet
EntityMarkingCharacterSet.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic EntityMarkingCharacterSet
Returns the enum constant of this class with the specified name.static EntityMarkingCharacterSet[]
EntityMarkingCharacterSet.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntityMarkingCharacterSet in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as EntityMarkingCharacterSetModifier and TypeFieldDescriptionprotected EntityMarkingCharacterSet
AggregateMarking.characterSet
The character set uid 45protected EntityMarkingCharacterSet
EntityMarking.characterSet
The character set uid 45Methods in edu.nps.moves.dis7.pdus that return EntityMarkingCharacterSetModifier and TypeMethodDescriptionAggregateMarking.getCharacterSet()
Getter forAggregateMarking.characterSet
EntityMarking.getCharacterSet()
Getter forEntityMarking.characterSet
Methods in edu.nps.moves.dis7.pdus with parameters of type EntityMarkingCharacterSetModifier and TypeMethodDescriptionAggregateMarking.setCharacterSet
(EntityMarkingCharacterSet pCharacterSet) Setter forAggregateMarking.characterSet
EntityMarking.setCharacterSet
(EntityMarkingCharacterSet pCharacterSet) Setter forEntityMarking.characterSet