Package org.orekit.files.iirv.terms
Class MessageSourceTerm
java.lang.Object
org.orekit.files.iirv.terms.base.IIRVVectorTerm<String>
org.orekit.files.iirv.terms.base.StringValuedIIRVTerm
org.orekit.files.iirv.terms.MessageSourceTerm
- All Implemented Interfaces:
Comparable<IIRVVectorTerm<?>>
1-character source of the message (Default = "0").
- Since:
- 13.0
- Author:
- Nick LaFarge
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MessageSourceTermDefault value for the message source is "0".static final intThe length of the message source 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 for the message source is "0". -
MESSAGE_SOURCE_TERM_LENGTH
public static final int MESSAGE_SOURCE_TERM_LENGTHThe length of the message source term within the IIRV vector.- See Also:
-
MESSAGE_SOURCE_TERM_PATTERN
Regular expression that ensures the validity of string values for this term.- See Also:
-
-
Constructor Details
-
MessageSourceTerm
Constructor.- Parameters:
value- value of message source term
-