Enum Class XmlSubStructureKey

java.lang.Object
java.lang.Enum<XmlSubStructureKey>
org.orekit.files.ccsds.ndm.cdm.XmlSubStructureKey
All Implemented Interfaces:
Serializable, Comparable<XmlSubStructureKey>, Constable

public enum XmlSubStructureKey extends Enum<XmlSubStructureKey>
Keywords for CDM data sub-structure in XML files.
Since:
11.2
Author:
Melina Vanel
  • Enum Constant Details

    • COMMENT

      public static final XmlSubStructureKey COMMENT
      General comment.
    • relativeMetadataData

      public static final XmlSubStructureKey relativeMetadataData
      Relative Metadata section.
    • segment

      public static final XmlSubStructureKey segment
      Segment structure.
    • relativeStateVector

      public static final XmlSubStructureKey relativeStateVector
      Relative Metadata section.
    • odParameters

      public static final XmlSubStructureKey odParameters
      OD Parameters section.
    • additionalParameters

      public static final XmlSubStructureKey additionalParameters
      Additional Parameter section.
    • stateVector

      public static final XmlSubStructureKey stateVector
      State Vector section.
    • covarianceMatrix

      public static final XmlSubStructureKey covarianceMatrix
      Covariance Matrix section.
    • userDefinedParameters

      public static final XmlSubStructureKey userDefinedParameters
      User-defined parameters section.
  • Method Details

    • values

      public static XmlSubStructureKey[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static XmlSubStructureKey valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • process

      public boolean process(ParseToken token, CdmParser parser)
      Process one token.
      Parameters:
      token - token to process
      parser - CDM file parser
      Returns:
      true of token was accepted