public interface Text extends ScalarComponent, HasConstraints<AllowedTokens>
Modifier and Type | Method and Description |
---|---|
Text |
copy()
Return a structural copy of this component
The copy is done recursively, but only the structure is copied (not the data)
|
java.lang.String |
getValue()
Gets the value property
|
void |
setValue(java.lang.String 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
Text copy()
DataComponent
copy
in interface DataComponent
copy
in interface HasCopy
java.lang.String getValue()
void setValue(java.lang.String value)