public interface TxtAnnotation extends FileAnnotation
The following features are supported:
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Returns the value of the 'Length' attribute
|
int |
getStart()
Returns the value of the 'Start' attribute
|
void |
setLength(int value)
Sets the value of the '
Length ' attribute |
void |
setStart(int value)
Sets the value of the '
Start ' attribute |
getUri, setUri
getObject, getPhrase, setObject, setPhrase
int getStart()
If the meaning of the 'Start' attribute isn't clear, there really should be more of a description here...
setStart(int)
,
AnnotationModelPackage.getTxtAnnotation_Start()
void setStart(int value)
Start
' attribute.
value
- the new value of the 'Start' attribute.getStart()
int getLength()
If the meaning of the 'Length' attribute isn't clear, there really should be more of a description here...
setLength(int)
,
AnnotationModelPackage.getTxtAnnotation_Length()
void setLength(int value)
Length
' attribute.
value
- the new value of the 'Length' attribute.getLength()