Package org.yamcs.xtce
Class BinaryParameterType
- java.lang.Object
-
- org.yamcs.xtce.NameDescription
-
- org.yamcs.xtce.BaseDataType
-
- org.yamcs.xtce.BinaryDataType
-
- org.yamcs.xtce.BinaryParameterType
-
- All Implemented Interfaces:
Serializable,DataType,ParameterType
public class BinaryParameterType extends BinaryDataType implements ParameterType
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBinaryParameterType.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 BinaryParameterType(BinaryParameterType t1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTypeAsString()String which represents the type.booleanhasAlarm()Whether this ParameterType has any alarms associatedBinaryParameterType.BuildertoBuilder()Create a builder that can be used to make shallow copy of the parameter type-
Methods inherited from class org.yamcs.xtce.BinaryDataType
arrayToHexString, getInitialValue, getSizeRangeInBytes, getValueType, hexStringToArray, parseString, setInitialValue, setSizeRangeInBytes, toString, 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.DataType
getInitialValue, getLongDescription, getName, getShortDescription, getValueType, toString
-
Methods inherited from interface org.yamcs.xtce.ParameterType
getDependentParameters, getEncoding, parseString, parseStringForRawValue
-
-
-
-
Constructor Detail
-
BinaryParameterType
public BinaryParameterType(BinaryParameterType t1)
-
-
Method Detail
-
hasAlarm
public boolean hasAlarm()
Description copied from interface:ParameterTypeWhether this ParameterType has any alarms associated- Specified by:
hasAlarmin interfaceParameterType
-
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 interfaceDataType- Overrides:
getTypeAsStringin classBinaryDataType- Returns:
-
toBuilder
public BinaryParameterType.Builder toBuilder()
Description copied from interface:ParameterTypeCreate a builder that can be used to make shallow copy of the parameter typeall the fields reference to the same object like the original
- Specified by:
toBuilderin interfaceParameterType- Returns:
-
-