java.lang.Object
org.yamcs.xtce.NameDescription
org.yamcs.xtce.BaseDataType
org.yamcs.xtce.EnumeratedDataType
org.yamcs.xtce.EnumeratedParameterType
- All Implemented Interfaces:
Serializable,DataType,ParameterType
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.yamcs.xtce.EnumeratedDataType
enumeration, enumerationList, rangesFields inherited from class org.yamcs.xtce.BaseDataType
encodingFields inherited from class org.yamcs.xtce.NameDescription
ancillaryData, name, PATH_SEPARATOR, qualifiedName, xtceAliasSet -
Constructor Summary
ConstructorsConstructorDescriptionCopy constructor -
Method Summary
Modifier and TypeMethodDescriptiongetContextAlarm(MatchCriteria contextMatch) booleanhasAlarm()Whether this ParameterType has any alarms associatedvoidsetContextAlarmList(List<EnumerationContextAlarm> contextAlarmList) voidsetDefaultAlarm(EnumerationAlarm enumerationAlarm) Override the default alarm from MDBCreate a builder that can be used to make shallow copy of the parameter typetoString()Methods inherited from class org.yamcs.xtce.EnumeratedDataType
calibrate, convertType, enumValue, enumValue, getInitialValue, getTypeAsString, getValueEnumerationList, getValueEnumerationRangeList, getValueType, hasLabel, setInitialValueMethods inherited from class org.yamcs.xtce.BaseDataType
getEncoding, getUnitSet, parseStringForRawValue, setInitialValue, setUnitSet, 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, 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
getEncoding
-
Constructor Details
-
EnumeratedParameterType
-
EnumeratedParameterType
Copy constructor
-
-
Method Details
-
hasAlarm
public boolean hasAlarm()Description copied from interface:ParameterTypeWhether this ParameterType has any alarms associated- Specified by:
hasAlarmin interfaceParameterType
-
setDefaultAlarm
Override the default alarm from MDB- Parameters:
enumerationAlarm-
-
getDependentParameters
- Specified by:
getDependentParametersin interfaceParameterType- Returns:
- the set of parameters on which this one depends in order to be extracted or alarm checked can be an empty set if this parameter does not depend on any other
-
getDefaultAlarm
-
getContextAlarm
-
getContextAlarmList
-
getCalibrationDescription
-
setContextAlarmList
-
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:
-
toString
-