Package org.orekit.files.iirv.terms
Class MessageTypeTerm
java.lang.Object
org.orekit.files.iirv.terms.base.IIRVVectorTerm<String>
org.orekit.files.iirv.terms.base.StringValuedIIRVTerm
org.orekit.files.iirv.terms.MessageTypeTerm
- All Implemented Interfaces:
Comparable<IIRVVectorTerm<?>>
2-character type of this message.
Valid values: Any letter, number or, ASCII space
- Since:
- 13.0
- Author:
- Nick LaFarge
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MessageTypeTermDefault value: "03" (operations data message).static final intThe length of the message type term within the IIRV vector.static final StringRegular expression that ensures the validity of string values for this term. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.orekit.files.iirv.terms.base.StringValuedIIRVTerm
toEncodedStringMethods inherited from class org.orekit.files.iirv.terms.base.IIRVVectorTerm
compareTo, equals, hashCode, length, toEncodedString, validateString, value
-
Field Details
-
DEFAULT
Default value: "03" (operations data message). -
MESSAGE_TYPE_TERM_LENGTH
public static final int MESSAGE_TYPE_TERM_LENGTHThe length of the message type term within the IIRV vector.- See Also:
-
MESSAGE_TYPE_TERM_PATTERN
Regular expression that ensures the validity of string values for this term.- See Also:
-
-
Constructor Details
-
MessageTypeTerm
Constructor.- Parameters:
value- value of the message type term
-