public interface LTTAnnotationValue
extends org.eclipse.emf.ecore.EObject
Modifier and Type | Method and Description |
---|---|
Map.Entry |
getLTTAnnotationEntry()
Returns the value of the 'LTT Annotation Entry' container reference
|
String |
getOffset()
Returns the value of the 'offset' attribute
|
void |
setContainer(LTTAnnotationContainer value)
Sets the value of the LTTAnnotationValue Container reference
|
void |
setLTTAnnotationEntry(Map.Entry value)
Sets the value of the '
LTT Annotation Entry ' container reference |
void |
setOffset(String value)
Sets the value of the '
offset ' attribute |
String getOffset()
If the meaning of the 'offset' attribute isn't clear, there really should be more of a description here...
void setOffset(String value)
offset
' attribute.
value
- the new value of the 'String Value' attribute.LTTAnnotationValue.getOffset()
Map.Entry getLTTAnnotationEntry()
If the meaning of the 'LTT Annotation Entry' container reference isn't clear, there really should be more of a description here...
void setLTTAnnotationEntry(Map.Entry value)
LTT Annotation Entry
' container reference.
value
- the new value of the 'LTT Annotation Entry' container reference.LTTAnnotationValue.getLTTAnnotationEntry()
void setContainer(LTTAnnotationContainer value)
value
- the new value of the 'Container' reference.© Copyright IBM Corp. 2013. All rights reserved.