Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected EntityMarkingCharacterSet |
AggregateMarking.characterSet
The character set uid 45
|
protected EntityMarkingCharacterSet |
EntityMarking.characterSet
The character set uid 45
|
Modifier and Type | Method and Description |
---|---|
EntityMarkingCharacterSet |
AggregateMarking.getCharacterSet()
Getter for
AggregateMarking.characterSet |
EntityMarkingCharacterSet |
EntityMarking.getCharacterSet()
Getter for
EntityMarking.characterSet |
Modifier and Type | Method and Description |
---|---|
AggregateMarking |
AggregateMarking.setCharacterSet(EntityMarkingCharacterSet pCharacterSet)
Setter for
AggregateMarking.characterSet |
EntityMarking |
EntityMarking.setCharacterSet(EntityMarkingCharacterSet pCharacterSet)
Setter for
EntityMarking.characterSet |
Modifier and Type | Method and Description |
---|---|
static EntityMarkingCharacterSet |
EntityMarkingCharacterSet.getEnumForValue(int i) |
static EntityMarkingCharacterSet |
EntityMarkingCharacterSet.unmarshalEnum(java.nio.ByteBuffer buff) |
static EntityMarkingCharacterSet |
EntityMarkingCharacterSet.unmarshalEnum(java.io.DataInputStream dis) |
static EntityMarkingCharacterSet |
EntityMarkingCharacterSet.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityMarkingCharacterSet[] |
EntityMarkingCharacterSet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|