public static enum XTCEContainerContentEntry.FieldType extends Enum<XTCEContainerContentEntry.FieldType>
| Enum Constant and Description |
|---|
ARGUMENT
The item represented came from an Argument in the XTCE data model.
|
CONSTANT
The item represented came from a FixedValue constant in the XTCE
data model.
|
CONTAINER
The item represented came from a SequenceContainer or a
CommandContainer in the XTCE data model.
|
PARAMETER
The item represented came from a Parameter in the XTCE data model.
|
| Modifier and Type | Method and Description |
|---|---|
static XTCEContainerContentEntry.FieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XTCEContainerContentEntry.FieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XTCEContainerContentEntry.FieldType PARAMETER
public static final XTCEContainerContentEntry.FieldType ARGUMENT
public static final XTCEContainerContentEntry.FieldType CONSTANT
public static final XTCEContainerContentEntry.FieldType CONTAINER
public static XTCEContainerContentEntry.FieldType[] values()
for (XTCEContainerContentEntry.FieldType c : XTCEContainerContentEntry.FieldType.values()) System.out.println(c);
public static XTCEContainerContentEntry.FieldType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015–2019. All rights reserved.