public interface DomainObjectOperation extends DomainObjectTypedElement
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDoc()
Returns the value of the 'Doc' attribute.
|
java.lang.String |
getHint()
Returns the value of the 'Hint' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<Parameter> |
getParameters()
Returns the value of the 'Parameters' containment reference list.
|
ComplexType |
getReturnType()
Returns the value of the 'Return Type' containment reference.
|
java.lang.String |
getThrows()
Returns the value of the 'Throws' attribute.
|
Visibility |
getVisibility()
Returns the value of the 'Visibility' attribute.
|
boolean |
isAbstract()
Returns the value of the 'Abstract' attribute.
|
void |
setAbstract(boolean value)
Sets the value of the '
Abstract' attribute. |
void |
setDoc(java.lang.String value)
Sets the value of the '
Doc' attribute. |
void |
setHint(java.lang.String value)
Sets the value of the '
Hint' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setReturnType(ComplexType value)
Sets the value of the '
Return Type' containment reference. |
void |
setThrows(java.lang.String value)
Sets the value of the '
Throws' attribute. |
void |
setVisibility(Visibility value)
Sets the value of the '
Visibility' attribute. |
java.lang.String getDoc()
If the meaning of the 'Doc' attribute isn't clear, there really should be more of a description here...
setDoc(String),
TacticdslPackage.getDomainObjectOperation_Doc()void setDoc(java.lang.String value)
Doc' attribute.
value - the new value of the 'Doc' attribute.getDoc()boolean isAbstract()
If the meaning of the 'Abstract' attribute isn't clear, there really should be more of a description here...
setAbstract(boolean),
TacticdslPackage.getDomainObjectOperation_Abstract()void setAbstract(boolean value)
Abstract' attribute.
value - the new value of the 'Abstract' attribute.isAbstract()Visibility getVisibility()
Visibility.
If the meaning of the 'Visibility' attribute isn't clear, there really should be more of a description here...
Visibility,
setVisibility(Visibility),
TacticdslPackage.getDomainObjectOperation_Visibility()void setVisibility(Visibility value)
Visibility' attribute.
value - the new value of the 'Visibility' attribute.Visibility,
getVisibility()ComplexType getReturnType()
If the meaning of the 'Return Type' containment reference isn't clear, there really should be more of a description here...
setReturnType(ComplexType),
TacticdslPackage.getDomainObjectOperation_ReturnType()void setReturnType(ComplexType value)
Return Type' containment reference.
value - the new value of the 'Return Type' containment reference.getReturnType()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),
TacticdslPackage.getDomainObjectOperation_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<Parameter> getParameters()
Parameter.
If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getDomainObjectOperation_Parameters()java.lang.String getThrows()
If the meaning of the 'Throws' attribute isn't clear, there really should be more of a description here...
setThrows(String),
TacticdslPackage.getDomainObjectOperation_Throws()void setThrows(java.lang.String value)
Throws' attribute.
value - the new value of the 'Throws' attribute.getThrows()java.lang.String getHint()
If the meaning of the 'Hint' attribute isn't clear, there really should be more of a description here...
setHint(String),
TacticdslPackage.getDomainObjectOperation_Hint()