Package org.yamcs.xtce
Class AbsoluteTimeArgumentType
java.lang.Object
org.yamcs.xtce.NameDescription
org.yamcs.xtce.BaseDataType
org.yamcs.xtce.BaseTimeDataType
org.yamcs.xtce.AbsoluteTimeDataType
org.yamcs.xtce.AbsoluteTimeArgumentType
- All Implemented Interfaces:
Serializable
,ArgumentType
,DataType
- 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
ConstructorDescriptionCopy constructor -
Method Summary
Modifier and TypeMethodDescriptionCreate 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 originaltoString()
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.ArgumentType
getName, getTypeAsString
Methods inherited from interface org.yamcs.xtce.DataType
convertType, getInitialValue, getLongDescription, getQualifiedName, getShortDescription, getValueType, parseStringForRawValue, toString
-
Constructor Details
-
AbsoluteTimeArgumentType
-
AbsoluteTimeArgumentType
-
AbsoluteTimeArgumentType
Copy constructor
-
-
Method Details
-
getUnitSet
- Specified by:
getUnitSet
in interfaceArgumentType
- Overrides:
getUnitSet
in classBaseDataType
- Returns:
- the list of units
-
toBuilder
Description copied from interface:ArgumentType
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- Specified by:
toBuilder
in interfaceArgumentType
- Returns:
-
toString
-