java.lang.Object
org.yamcs.xtce.NameDescription
org.yamcs.xtce.BaseDataType
org.yamcs.xtce.EnumeratedDataType
org.yamcs.xtce.EnumeratedArgumentType
- All Implemented Interfaces:
Serializable,ArgumentType,DataType
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.yamcs.xtce.EnumeratedDataType
enumeration, enumerationList, rangesFields inherited from class org.yamcs.xtce.BaseDataType
encodingFields inherited from class org.yamcs.xtce.NameDescription
ancillaryData, name, PATH_SEPARATOR, qualifiedName, xtceAliasSet -
Constructor Summary
ConstructorsConstructorDescriptionCopy constructor -
Method Summary
Modifier and TypeMethodDescriptionlongdecalibrate(String label) String which represents the type.Create a shallow copy of the data type - the object itself (and the primitive fields) are new but the other fields reference to the same object like the originaltoString()Methods inherited from class org.yamcs.xtce.EnumeratedDataType
calibrate, convertType, enumValue, enumValue, getInitialValue, getValueEnumerationList, getValueEnumerationRangeList, getValueType, hasLabel, setInitialValueMethods inherited from class org.yamcs.xtce.BaseDataType
getEncoding, getUnitSet, parseStringForRawValue, setInitialValue, setUnitSet, toStringMethods inherited from class org.yamcs.xtce.NameDescription
addAlias, addAliases, addAncillaryData, getAlias, getAliasSet, getAncillaryData, getLongDescription, getName, getName, getOpsName, getQualifiedName, getShortDescription, getSubsystemName, getSubsystemName, qualifiedName, setAliasSet, setAncillaryData, setLongDescription, setName, setQualifiedName, setShortDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.yamcs.xtce.ArgumentType
getName, getUnitSetMethods inherited from interface org.yamcs.xtce.DataType
convertType, getInitialValue, getLongDescription, getQualifiedName, getShortDescription, getValueType, parseStringForRawValue, toString
-
Constructor Details
-
EnumeratedArgumentType
-
EnumeratedArgumentType
Copy constructor
-
-
Method Details
-
decalibrate
-
getCalibrationDescription
-
getTypeAsString
Description copied from interface:DataTypeString which represents the type. This string will be presented to the users of the system.- Specified by:
getTypeAsStringin interfaceArgumentType- Specified by:
getTypeAsStringin interfaceDataType- Overrides:
getTypeAsStringin classEnumeratedDataType- Returns:
-
toString
-
toBuilder
Description copied from interface:ArgumentTypeCreate a shallow copy of the data type - the object itself (and the primitive fields) are new but the other fields reference to the same object like the original- Specified by:
toBuilderin interfaceArgumentType- Returns:
-