Package org.orekit.files.iirv.terms.base
Class ConstantValuedIIRVTerm
java.lang.Object
org.orekit.files.iirv.terms.base.IIRVVectorTerm<String>
org.orekit.files.iirv.terms.base.ConstantValuedIIRVTerm
- All Implemented Interfaces:
Comparable<IIRVVectorTerm<?>>
- Direct Known Subclasses:
MessageEndConstantTerm,MessageStartConstantTerm,SpareConstantTerm,TransferTypeConstantTerm
Term in an IIRV Vector representing a constant String value.
- Since:
- 13.0
- Author:
- Nick LaFarge
-
Constructor Summary
ConstructorsConstructorDescriptionConstantValuedIIRVTerm(String value) Constructs a ConstantValuedIIRVTerm instance with a given String value. -
Method Summary
Modifier and TypeMethodDescriptiontoEncodedString(String termValue) Convert an IIRV term value into the encoded String representation, as it would appear in the IIRV message.Methods inherited from class org.orekit.files.iirv.terms.base.IIRVVectorTerm
compareTo, equals, hashCode, length, toEncodedString, validateString, value
-
Constructor Details
-
ConstantValuedIIRVTerm
Constructs a ConstantValuedIIRVTerm instance with a given String value.- Parameters:
value- Constant (immutable) value of the term
-
-
Method Details
-
toEncodedString
Convert an IIRV term value into the encoded String representation, as it would appear in the IIRV message.- Specified by:
toEncodedStringin classIIRVVectorTerm<String>- Parameters:
termValue- Value of the term- Returns:
- Encoded String representing of the inputted IIRV term it appears in the IIRV message
-