Package org.yamcs.xtce
Class FloatDataType
java.lang.Object
org.yamcs.xtce.NameDescription
org.yamcs.xtce.BaseDataType
org.yamcs.xtce.NumericDataType
org.yamcs.xtce.FloatDataType
- All Implemented Interfaces:
- Serializable,- DataType
- Direct Known Subclasses:
- FloatArgumentType,- FloatParameterType
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFloatDataType.Builder<T extends FloatDataType.Builder<T>>
- 
Field SummaryFields inherited from class org.yamcs.xtce.BaseDataTypeencodingFields inherited from class org.yamcs.xtce.NameDescriptionancillaryData, name, PATH_SEPARATOR, qualifiedName, xtceAliasSet
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedprotectedFloatDataType(FloatDataType.Builder<?> builder) 
- 
Method SummaryModifier and TypeMethodDescriptionconvertType(Object value) Converts to the canonical (boxed) java representation of this type.Get the initial value if anyintString which represents the type.Return the expected Value type of an engineering value conforming to this XTCE data typeprotected voidsetInitialValue(Object initialValue) Methods inherited from class org.yamcs.xtce.BaseDataTypegetEncoding, getUnitSet, parseStringForRawValue, setInitialValue, setUnitSet, toStringMethods inherited from class org.yamcs.xtce.NameDescriptionaddAlias, 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.yamcs.xtce.DataTypegetLongDescription, getName, getQualifiedName, getShortDescription
- 
Constructor Details- 
FloatDataType
- 
FloatDataType
 
- 
- 
Method Details- 
getInitialValueDescription copied from interface:DataTypeGet the initial value if any- Returns:
 
- 
setInitialValue- Specified by:
- setInitialValuein class- BaseDataType
 
- 
getSizeInBitspublic int getSizeInBits()
- 
getValidRange
- 
getNumberFormat
- 
convertTypeDescription copied from interface:DataTypeConverts to the canonical (boxed) java representation of this type.For example, if valueis aString, an integer-like DataType should parse the String value, and return an Integer result.- Parameters:
- value- value to be converted, use boxed primitive values.
- Returns:
- The preferred java object representation
 
- 
getValueTypeDescription copied from interface:DataTypeReturn the expected Value type of an engineering value conforming to this XTCE data type- Returns:
 
- 
getTypeAsStringDescription copied from interface:DataTypeString which represents the type. This string will be presented to the users of the system.- Returns:
 
 
-