Package org.orekit.files.iirv
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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionInclude message metadata fields from all vectors in a given IIRV message file.Include message metadata fields in the first line of the first vector (whenSequenceNumberTermis 0), and omit for all other vectors in a given IIRV message file. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IIRVMessage.IncludeMessageMetadata[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FIRST_VECTOR_ONLY
Include message metadata fields in the first line of the first vector (whenSequenceNumberTermis 0), and omit for all other vectors in a given IIRV message file. -
ALL_VECTORS
Include message metadata fields from all vectors in a given IIRV message file.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-