public interface ServiceOperation extends DomainObjectTypedElement, ServiceRepositoryOperationOption
The following features are supported:
TacticdslPackage.getServiceOperation()| Modifier and Type | Method and Description |
|---|---|
ServiceOperationDelegate |
getDelegateHolder()
Returns the value of the 'Delegate Holder' containment reference.
|
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.
|
Publish |
getPublish()
Returns the value of the 'Publish' containment reference.
|
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.
|
void |
setDelegateHolder(ServiceOperationDelegate value)
Sets the value of the '
Delegate Holder' containment reference. |
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 |
setPublish(Publish value)
Sets the value of the '
Publish' containment reference. |
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.getServiceOperation_Doc()void setDoc(java.lang.String value)
Doc' attribute.
value - the new value of the 'Doc' attribute.getDoc()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.getServiceOperation_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.getServiceOperation_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.getServiceOperation_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.getServiceOperation_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.getServiceOperation_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.getServiceOperation_Hint()void setHint(java.lang.String value)
Hint' attribute.
value - the new value of the 'Hint' attribute.getHint()Publish getPublish()
If the meaning of the 'Publish' containment reference isn't clear, there really should be more of a description here...
setPublish(Publish),
TacticdslPackage.getServiceOperation_Publish()void setPublish(Publish value)
Publish' containment reference.
value - the new value of the 'Publish' containment reference.getPublish()ServiceOperationDelegate getDelegateHolder()
If the meaning of the 'Delegate Holder' containment reference isn't clear, there really should be more of a description here...
setDelegateHolder(ServiceOperationDelegate),
TacticdslPackage.getServiceOperation_DelegateHolder()void setDelegateHolder(ServiceOperationDelegate value)
Delegate Holder' containment reference.
value - the new value of the 'Delegate Holder' containment reference.getDelegateHolder()