java.lang.Object
org.yamcs.xtce.NameDescription
org.yamcs.xtce.AggregateDataType
org.yamcs.xtce.AggregateParameterType
- All Implemented Interfaces:
Serializable,DataType,ParameterType
AggegateParameters are analogous to a C struct, they are an aggregation of related data items. Each of these data
items is defined here as a 'Member'
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.yamcs.xtce.NameDescription
ancillaryData, name, PATH_SEPARATOR, qualifiedName, xtceAliasSet -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGet the data encoding for the parameter type.booleanhasAlarm()Whether this ParameterType has any alarms associatedCreate a builder that can be used to make shallow copy of the parameter typeMethods inherited from class org.yamcs.xtce.AggregateDataType
convertType, getInitialValue, getMember, getMember, getMember, getMemberList, getMemberNames, getTypeAsString, getValueType, numMembers, parseStringForRawValue, toStringMethods inherited from class org.yamcs.xtce.NameDescription
addAlias, addAliases, addAncillaryData, getAlias, getAliasSet, getAncillaryData, getLongDescription, getName, getName, getOpsName, getQualifiedName, getShortDescription, getSubsystemName, getSubsystemName, qualifiedName, setAliasSet, setAncillaryData, 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.DataType
convertType, getInitialValue, getLongDescription, getName, getQualifiedName, getShortDescription, getTypeAsString, getValueType, parseStringForRawValue, toStringMethods inherited from interface org.yamcs.xtce.ParameterType
getDependentParameters
-
Constructor Details
-
AggregateParameterType
-
AggregateParameterType
-
-
Method Details
-
hasAlarm
public boolean hasAlarm()Description copied from interface:ParameterTypeWhether this ParameterType has any alarms associated- Specified by:
hasAlarmin interfaceParameterType
-
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:
-
getEncoding
Description copied from interface:ParameterTypeGet the data encoding for the parameter type.
For arrays and aggregates types that do not have encoding; this operation will throw anUnsupportedOperationException- Specified by:
getEncodingin interfaceParameterType- Returns:
-