Package org.yamcs.xtce
Class IntegerArgumentType
- java.lang.Object
-
- org.yamcs.xtce.NameDescription
-
- org.yamcs.xtce.BaseDataType
-
- org.yamcs.xtce.NumericDataType
-
- org.yamcs.xtce.IntegerDataType
-
- org.yamcs.xtce.IntegerArgumentType
-
- All Implemented Interfaces:
Serializable,ArgumentType,DataType
public class IntegerArgumentType extends IntegerDataType implements ArgumentType
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIntegerArgumentType.Builder
-
Field Summary
-
Fields inherited from class org.yamcs.xtce.IntegerDataType
signed
-
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 IntegerArgumentType(IntegerArgumentType t)Creates a shallow copy of the parameter type, giving it a new name.IntegerArgumentType(IntegerArgumentType.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTypeAsString()String which represents the type.IntegerArgumentType.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.IntegerDataType
getInitialValue, getSizeInBits, getValidRange, getValueType, isSigned, parseString, setInitialValue, setInitialValue
-
Methods inherited from class org.yamcs.xtce.BaseDataType
getEncoding, getUnitSet, parseStringForRawValue, setInitialValue, toString
-
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
-
IntegerArgumentType
public IntegerArgumentType(IntegerArgumentType.Builder builder)
-
IntegerArgumentType
public IntegerArgumentType(IntegerArgumentType t)
Creates a shallow copy of the parameter type, giving it a new name.
-
-
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 classIntegerDataType- Returns:
-
toBuilder
public IntegerArgumentType.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:
-
-