Enum Class IIRVMessage.IncludeMessageMetadata

java.lang.Object
java.lang.Enum<IIRVMessage.IncludeMessageMetadata>
org.orekit.files.iirv.IIRVMessage.IncludeMessageMetadata
All Implemented Interfaces:
Serializable, Comparable<IIRVMessage.IncludeMessageMetadata>, Constable
Enclosing class:
IIRVMessage

public static enum IIRVMessage.IncludeMessageMetadata extends Enum<IIRVMessage.IncludeMessageMetadata>
Options for how message metadata appears in the IIRV message file.

Message metadata fields refer to the first four terms defined for an IIRV vector:

Since:
13.0
Author:
Nick LaFarge
  • Enum Constant Details

  • Method Details

    • values

      public static IIRVMessage.IncludeMessageMetadata[] 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 IIRVMessage.IncludeMessageMetadata 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