public interface Annotation
extends org.eclipse.emf.ecore.EObject
CommonPackage.getAnnotation()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute
|
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute |
void |
setValue(java.lang.String value)
Sets the value of the '
Value ' attribute |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
CommonPackage.getAnnotation_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(String)
,
CommonPackage.getAnnotation_Value()
void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.