Package org.yamcs.xtce
Class NumericDataType.Builder<T extends NumericDataType.Builder<T>>
java.lang.Object
org.yamcs.xtce.NameDescription.Builder<T>
org.yamcs.xtce.BaseDataType.Builder<T>
org.yamcs.xtce.NumericDataType.Builder<T>
- All Implemented Interfaces:
DataType.Builder<T>
- Enclosing class:
- NumericDataType
public abstract static class NumericDataType.Builder<T extends NumericDataType.Builder<T>>
extends BaseDataType.Builder<T>
-
Field Summary
Fields inherited from class org.yamcs.xtce.BaseDataType.Builder
baseType, initialValue
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.yamcs.xtce.BaseDataType.Builder
addAllUnits, addUnit, getEncoding, setBaseType, setEncoding, setInitialValue, setInitialValue
Methods inherited from class org.yamcs.xtce.NameDescription.Builder
addAlias, getName, self, setAliasSet, setAncillaryData, setLongDescription, setName, setQualifiedName, setShortDescription
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.yamcs.xtce.DataType.Builder
build, getName, setLongDescription, setName, setQualifiedName, setShortDescription
-
Constructor Details
-
Builder
public Builder()
-