Package org.orekit.files.iirv.terms
Class MessageIDTerm
java.lang.Object
org.orekit.files.iirv.terms.base.IIRVVectorTerm<Long>
org.orekit.files.iirv.terms.base.LongValuedIIRVTerm
org.orekit.files.iirv.terms.MessageIDTerm
- All Implemented Interfaces:
Comparable<IIRVVectorTerm<?>>
A unique 7-character number used to reference the IIRV message.
Valid values: 0000000 to 9999999
- Since:
- 13.0
- Author:
- Nick LaFarge
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe length of the IIRV term within the message.static final StringRegular expression that ensures the validity of string values for this term. -
Constructor Summary
ConstructorsConstructorDescriptionMessageIDTerm(long value) Constructor.MessageIDTerm(String value) Constructor. -
Method Summary
Methods inherited from class org.orekit.files.iirv.terms.base.LongValuedIIRVTerm
computeValueFromString, toEncodedString, toInt, validateNumericValueMethods inherited from class org.orekit.files.iirv.terms.base.IIRVVectorTerm
compareTo, equals, hashCode, length, toEncodedString, validateString, value
-
Field Details
-
MESSAGE_ID_TERM_LENGTH
public static final int MESSAGE_ID_TERM_LENGTHThe length of the IIRV term within the message.- See Also:
-
MESSAGE_ID_TERM_PATTERN
Regular expression that ensures the validity of string values for this term.- See Also:
-
-
Constructor Details
-
MessageIDTerm
Constructor.- Parameters:
value- value of the message ID term
-
MessageIDTerm
public MessageIDTerm(long value) Constructor.- Parameters:
value- value of the message ID term
-