java.lang.Object
org.yamcs.xtce.NameDescription.Builder<T>
org.yamcs.xtce.BaseDataType.Builder<T>
org.yamcs.xtce.BinaryDataType.Builder<BinaryArgumentType.Builder>
org.yamcs.xtce.BinaryArgumentType.Builder
- All Implemented Interfaces:
ArgumentType.Builder<BinaryArgumentType.Builder>,DataType.Builder<BinaryArgumentType.Builder>
- Enclosing class:
- BinaryArgumentType
public static class BinaryArgumentType.Builder
extends BinaryDataType.Builder<BinaryArgumentType.Builder>
implements ArgumentType.Builder<BinaryArgumentType.Builder>
-
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.BinaryDataType.Builder
setAncillaryData, setSizeRangeInBytesMethods inherited from class org.yamcs.xtce.BaseDataType.Builder
addAllUnits, addUnit, getEncoding, setBaseType, setEncoding, setInitialValue, setInitialValueMethods inherited from class org.yamcs.xtce.NameDescription.Builder
addAlias, getName, self, setAliasSet, setLongDescription, setName, setQualifiedName, setShortDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.yamcs.xtce.ArgumentType.Builder
getEncoding, setEncodingMethods inherited from interface org.yamcs.xtce.DataType.Builder
getName, setInitialValue, setLongDescription, setName, setQualifiedName, setShortDescription
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
build
- Specified by:
buildin interfaceArgumentType.Builder<BinaryArgumentType.Builder>- Specified by:
buildin interfaceDataType.Builder<BinaryArgumentType.Builder>
-