public enum XmlSubStructureKey extends Enum<XmlSubStructureKey>
Enum Constant and Description |
---|
additionalParameters
Additional Parameter section.
|
COMMENT
General comment.
|
covarianceMatrix
Covariance Matrix section.
|
odParameters
OD Parameters section.
|
relativeMetadataData
Relative Metadata section.
|
relativeStateVector
Relative Metadata section.
|
segment
Segment structure.
|
stateVector
State Vector section.
|
userDefinedParameters
User-defined parameters section.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
CdmParser parser)
Process one token.
|
static XmlSubStructureKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlSubStructureKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlSubStructureKey COMMENT
public static final XmlSubStructureKey relativeMetadataData
public static final XmlSubStructureKey segment
public static final XmlSubStructureKey relativeStateVector
public static final XmlSubStructureKey odParameters
public static final XmlSubStructureKey additionalParameters
public static final XmlSubStructureKey stateVector
public static final XmlSubStructureKey covarianceMatrix
public static final XmlSubStructureKey userDefinedParameters
public static XmlSubStructureKey[] values()
for (XmlSubStructureKey c : XmlSubStructureKey.values()) System.out.println(c);
public static XmlSubStructureKey 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 nullpublic boolean process(ParseToken token, CdmParser parser)
token
- token to processparser
- CDM file parserCopyright © 2002-2023 CS GROUP. All rights reserved.