Interface AnnotationParameter
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AnnotationParameterImpl
public interface AnnotationParameter extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Annotation Parameter'.The following features are supported:
- See Also:
PatternLanguagePackage.getAnnotationParameter()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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
toString()
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,PatternLanguagePackage.getAnnotationParameter_Name()
- Generated:
- Model:
-
setName
void setName(java.lang.String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
- Generated:
-
getValue
ValueReference getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(ValueReference)
,PatternLanguagePackage.getAnnotationParameter_Value()
- Generated:
- Model:
- containment="true"
-
setValue
void setValue(ValueReference value)
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
getValue()
- Generated:
-
toString
java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
- Generated:
- Model:
-
-