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<?>>
public class MessageSourceTerm extends StringValuedIIRVTerm
1-character source of the message (Default = "0").- Since:
- 13.0
- Author:
- Nick LaFarge
-
-
Field Summary
Fields Modifier and Type Field Description static MessageSourceTerm
DEFAULT
Default value for the message source is "0".static int
MESSAGE_SOURCE_TERM_LENGTH
The length of the message source term within the IIRV vector.static String
MESSAGE_SOURCE_TERM_PATTERN
Regular expression that ensures the validity of string values for this term.
-
Constructor Summary
Constructors Constructor Description MessageSourceTerm(String value)
Constructor.
-
Method Summary
-
Methods inherited from class org.orekit.files.iirv.terms.base.StringValuedIIRVTerm
toEncodedString
-
Methods inherited from class org.orekit.files.iirv.terms.base.IIRVVectorTerm
compareTo, equals, hashCode, length, toEncodedString, validateString, value
-
-
-
-
Field Detail
-
DEFAULT
public static final MessageSourceTerm DEFAULT
Default value for the message source is "0".
-
MESSAGE_SOURCE_TERM_LENGTH
public static final int MESSAGE_SOURCE_TERM_LENGTH
The length of the message source term within the IIRV vector.- See Also:
- Constant Field Values
-
MESSAGE_SOURCE_TERM_PATTERN
public static final String MESSAGE_SOURCE_TERM_PATTERN
Regular expression that ensures the validity of string values for this term.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageSourceTerm
public MessageSourceTerm(String value)
Constructor.- Parameters:
value
- value of message source term
-
-