Package org.yamcs.xtce
Class FloatArgumentType
java.lang.Object
org.yamcs.xtce.NameDescription
org.yamcs.xtce.BaseDataType
org.yamcs.xtce.NumericDataType
org.yamcs.xtce.FloatDataType
org.yamcs.xtce.FloatArgumentType
- All Implemented Interfaces:
Serializable
,ArgumentType
,DataType
Represent aspects of an float, probably using IntegerDataEncoding with a calibrator or FloatDataEncoding.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.yamcs.xtce.BaseDataType
encoding
Fields inherited from class org.yamcs.xtce.NameDescription
ancillaryData, name, PATH_SEPARATOR, qualifiedName, xtceAliasSet
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a shallow copy. -
Method Summary
Modifier and TypeMethodDescriptionString 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.FloatDataType
convertType, getInitialValue, getNumberFormat, getSizeInBits, getValidRange, getValueType, setInitialValue
Methods inherited from class org.yamcs.xtce.BaseDataType
getEncoding, getUnitSet, parseStringForRawValue, setInitialValue, setUnitSet, toString
Methods 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, setShortDescription
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.yamcs.xtce.ArgumentType
getName, getUnitSet
Methods inherited from interface org.yamcs.xtce.DataType
convertType, getInitialValue, getLongDescription, getQualifiedName, getShortDescription, getValueType, parseStringForRawValue, toString
-
Constructor Details
-
FloatArgumentType
Creates a shallow copy. -
FloatArgumentType
-
-
Method Details
-
getTypeAsString
Description copied from interface:DataType
String which represents the type. This string will be presented to the users of the system.- Specified by:
getTypeAsString
in interfaceArgumentType
- Specified by:
getTypeAsString
in interfaceDataType
- Overrides:
getTypeAsString
in classFloatDataType
- Returns:
-
toBuilder
Description copied from interface:ArgumentType
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 original- Specified by:
toBuilder
in interfaceArgumentType
- Returns:
-
toString
-