public interface CountRange extends RangeComponent, HasConstraints<AllowedValues>
Modifier and Type | Method and Description |
---|---|
CountRange |
copy()
Return a structural copy of this component
The copy is done recursively, but only the structure is copied (not the data)
|
int[] |
getValue()
Gets the value property
|
void |
setValue(int[] 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
CountRange copy()
DataComponent
copy
in interface DataComponent
copy
in interface HasCopy
int[] getValue()
void setValue(int[] value)