public interface Quantity extends ScalarComponent, HasUom, HasConstraints<AllowedValues>
Modifier and Type | Method and Description |
---|---|
Quantity |
copy()
Return a structural copy of this component
The copy is done recursively, but only the structure is copied (not the data)
|
double |
getValue()
Gets the value property
|
void |
setValue(double value)
Sets the value property
|
addQuality, addQuality, addQuality, addQuality, getAxisID, getDataType, getNilValues, getNilValuesProperty, getNumQualitys, getQualityList, getReferenceFrame, isSetAxisID, isSetNilValues, isSetReferenceFrame, isSetValue, setAxisID, setDataType, setNilValues, setReferenceFrame, unSetValue
accept, addComponent, assignNewDataBlock, clearData, clone, createDataBlock, getComponent, getComponent, getComponentCount, getComponentIndex, getData, getDefinition, getName, getOptional, getParent, getUpdatable, hasConstraints, hasData, isSetDefinition, isSetOptional, isSetUpdatable, removeComponent, removeComponent, renewDataBlock, setData, setDefinition, setName, setOptional, setUpdatable, unSetOptional, unSetUpdatable, validateData
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
getConstraint, getConstraintProperty, isSetConstraint, setConstraint
Quantity copy()
DataComponent
copy
in interface DataComponent
copy
in interface HasCopy
double getValue()
void setValue(double value)