public interface Count extends ScalarComponent, HasConstraints<AllowedValues>
Modifier and Type | Method and Description |
---|---|
Count |
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
|
void |
unSetValue()
Unsets the value property
|
addQuality, addQuality, addQuality, addQuality, getAxisID, getDataType, getNilValues, getNilValuesProperty, getNumQualitys, getQualityList, getReferenceFrame, isSetAxisID, isSetNilValues, isSetReferenceFrame, isSetValue, setAxisID, setDataType, setNilValues, setReferenceFrame
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
Count copy()
DataComponent
copy
in interface DataComponent
copy
in interface HasCopy
int getValue()
void setValue(int value)
void unSetValue()
unSetValue
in interface SimpleComponent