Package org.yamcs.xtce
Class AggregateArgumentType
- java.lang.Object
-
- org.yamcs.xtce.NameDescription
-
- org.yamcs.xtce.AggregateDataType
-
- org.yamcs.xtce.AggregateArgumentType
-
- All Implemented Interfaces:
Serializable,ArgumentType,DataType
public class AggregateArgumentType extends AggregateDataType implements ArgumentType
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAggregateArgumentType.Builder
-
Field Summary
-
Fields inherited from class org.yamcs.xtce.NameDescription
ancillaryData, name, PATH_SEPARATOR, qualifiedName, xtceAliasSet
-
-
Constructor Summary
Constructors Constructor Description AggregateArgumentType(String name)AggregateArgumentType(AggregateArgumentType t)AggregateArgumentType(AggregateArgumentType.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UnitType>getUnitSet()AggregateArgumentType.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 original-
Methods inherited from class org.yamcs.xtce.AggregateDataType
getInitialValue, getMember, getMember, getMember, getMemberList, getMemberNames, getTypeAsString, getValueType, numMembers, parseString, 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, toString, wait, wait, wait
-
Methods inherited from interface org.yamcs.xtce.ArgumentType
getName, getTypeAsString
-
Methods inherited from interface org.yamcs.xtce.DataType
getInitialValue, getLongDescription, getShortDescription, getValueType, parseString, toString
-
-
-
-
Constructor Detail
-
AggregateArgumentType
public AggregateArgumentType(AggregateArgumentType.Builder builder)
-
AggregateArgumentType
public AggregateArgumentType(String name)
-
AggregateArgumentType
public AggregateArgumentType(AggregateArgumentType t)
-
-
Method Detail
-
getUnitSet
public List<UnitType> getUnitSet()
- Specified by:
getUnitSetin interfaceArgumentType- Returns:
- the list of units
-
toBuilder
public AggregateArgumentType.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:
-
-