Package org.yamcs.xtce
Class BinaryArgumentType
- java.lang.Object
-
- org.yamcs.xtce.NameDescription
-
- org.yamcs.xtce.BaseDataType
-
- org.yamcs.xtce.BinaryDataType
-
- org.yamcs.xtce.BinaryArgumentType
-
- All Implemented Interfaces:
Serializable,ArgumentType,DataType
public class BinaryArgumentType extends BinaryDataType implements ArgumentType
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBinaryArgumentType.Builder
-
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
Constructors Constructor Description BinaryArgumentType(BinaryArgumentType t1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTypeAsString()String which represents the type.BinaryArgumentType.BuildertoBuilder()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 originalStringtoString()-
Methods inherited from class org.yamcs.xtce.BinaryDataType
arrayToHexString, getInitialValue, getSizeRangeInBytes, getValueType, hexStringToArray, parseString, setInitialValue, setSizeRangeInBytes, toString
-
Methods inherited from class org.yamcs.xtce.BaseDataType
getEncoding, getUnitSet, parseStringForRawValue, setInitialValue
-
Methods inherited from class org.yamcs.xtce.NameDescription
addAlias, addAliases, addAncillaryData, getAlias, getAliasSet, getAncillaryData, getLongDescription, getName, getName, getOpsName, getQualifiedName, getShortDescription, getSubsystemName, getSubsystemName, 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
getInitialValue, getLongDescription, getShortDescription, getValueType, parseString, toString
-
-
-
-
Constructor Detail
-
BinaryArgumentType
public BinaryArgumentType(BinaryArgumentType t1)
-
-
Method Detail
-
getTypeAsString
public String 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 classBinaryDataType- Returns:
-
toString
public String toString()
- Overrides:
toStringin classBinaryDataType
-
toBuilder
public BinaryArgumentType.Builder 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:
-
-