public interface AnnotationParameter
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
ValueReference |
getValue()
Returns the value of the 'Value' containment reference.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setValue(ValueReference value)
Sets the value of the '
Value ' containment reference. |
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)
,
PatternLanguagePackage.getAnnotationParameter_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
ValueReference getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(ValueReference)
,
PatternLanguagePackage.getAnnotationParameter_Value()
void setValue(ValueReference value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()