|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<OperationType>
OperationType
@UML(identifier="MI_OperationTypeCode", specification=ISO_19115_2) public final class OperationType
Code indicating whether the data contained in this packet is real (originates from live-fly or other non-simulated operational sources), simulated (originates from target simulator sources), or synthesized (a mix of real and simulated data).
Nested Class Summary |
---|
Nested classes/interfaces inherited from class CodeList |
---|
CodeList.Filter |
Field Summary | |
---|---|
static OperationType |
REAL
Originates from live-fly or other non-simulated operational source. |
static OperationType |
SIMULATED
Originates from target simulator sources. |
static OperationType |
SYNTHESIZED
Mix of real and simulated data. |
Method Summary | |
---|---|
OperationType[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static OperationType |
valueOf(String code)
Returns the operation type that matches the given string, or returns a new one if none match it. |
static OperationType[] |
values()
Returns the list of OperationType s. |
Methods inherited from class CodeList |
---|
compareTo, equals, identifier, name, names, ordinal, readResolve, toString, valueOf, valueOf |
Methods inherited from class Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@UML(identifier="real", obligation=CONDITIONAL, specification=ISO_19115_2) public static final OperationType REAL
@UML(identifier="simulated", obligation=CONDITIONAL, specification=ISO_19115_2) public static final OperationType SIMULATED
@UML(identifier="synthesized", obligation=CONDITIONAL, specification=ISO_19115_2) public static final OperationType SYNTHESIZED
Method Detail |
---|
public static OperationType[] values()
OperationType
s.
public OperationType[] family()
family
in class CodeList<OperationType>
public static OperationType valueOf(String code)
code
- The name of the code to fetch or to create.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |