Package org.yamcs.xtce
Class AbsoluteTimeParameterType
java.lang.Object
org.yamcs.xtce.NameDescription
org.yamcs.xtce.BaseDataType
org.yamcs.xtce.BaseTimeDataType
org.yamcs.xtce.AbsoluteTimeDataType
org.yamcs.xtce.AbsoluteTimeParameterType
- All Implemented Interfaces:
Serializable
,DataType
,ParameterType
- See Also:
-
Nested Class Summary
-
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
ConstructorDescriptionCreates a shallow copy of the parameter type, giving it a new name. -
Method Summary
Methods inherited from class org.yamcs.xtce.AbsoluteTimeDataType
convertType, getInitialValue, getReferenceTime, getTypeAsString, getValueType, setInitialValue
Methods inherited from class org.yamcs.xtce.BaseTimeDataType
getOffset, getScale, needsScaling, parseStringForRawValue, setScaling
Methods inherited from class org.yamcs.xtce.BaseDataType
getEncoding, setInitialValue, setUnitSet, toString
Methods 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, 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
convertType, getInitialValue, getLongDescription, getName, getQualifiedName, getShortDescription, getTypeAsString, getValueType, parseStringForRawValue, toString
Methods inherited from interface org.yamcs.xtce.ParameterType
getEncoding
-
Constructor Details
-
AbsoluteTimeParameterType
-
AbsoluteTimeParameterType
-
AbsoluteTimeParameterType
Creates a shallow copy of the parameter type, giving it a new name.
-
-
Method Details
-
getUnitSet
- Overrides:
getUnitSet
in classBaseDataType
-
getDependentParameters
- Specified by:
getDependentParameters
in 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
-
hasAlarm
public boolean hasAlarm()Description copied from interface:ParameterType
Whether this ParameterType has any alarms associated- Specified by:
hasAlarm
in interfaceParameterType
-
toBuilder
Description copied from interface:ParameterType
Create 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:
toBuilder
in interfaceParameterType
- Returns:
-
toString
-