public interface ResourceOperation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TacticdslPackage.getResourceOperation()| Modifier and Type | Method and Description |
|---|---|
ResourceOperationDelegate |
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.
|
HttpMethod |
getHttpMethod()
Returns the value of the 'Http Method' 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.
|
java.lang.String |
getPath()
Returns the value of the 'Path' attribute.
|
java.lang.String |
getReturnString()
Returns the value of the 'Return String' attribute.
|
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(ResourceOperationDelegate 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 |
setHttpMethod(HttpMethod value)
Sets the value of the '
Http Method' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setPath(java.lang.String value)
Sets the value of the '
Path' attribute. |
void |
setReturnString(java.lang.String value)
Sets the value of the '
Return String' 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.getResourceOperation_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.getResourceOperation_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.getResourceOperation_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.getResourceOperation_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.getResourceOperation_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.getResourceOperation_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.getResourceOperation_Hint()void setHint(java.lang.String value)
Hint' attribute.
value - the new value of the 'Hint' attribute.getHint()HttpMethod getHttpMethod()
HttpMethod.
If the meaning of the 'Http Method' attribute isn't clear, there really should be more of a description here...
HttpMethod,
setHttpMethod(HttpMethod),
TacticdslPackage.getResourceOperation_HttpMethod()void setHttpMethod(HttpMethod value)
Http Method' attribute.
value - the new value of the 'Http Method' attribute.HttpMethod,
getHttpMethod()java.lang.String getPath()
If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...
setPath(String),
TacticdslPackage.getResourceOperation_Path()void setPath(java.lang.String value)
Path' attribute.
value - the new value of the 'Path' attribute.getPath()java.lang.String getReturnString()
If the meaning of the 'Return String' attribute isn't clear, there really should be more of a description here...
setReturnString(String),
TacticdslPackage.getResourceOperation_ReturnString()void setReturnString(java.lang.String value)
Return String' attribute.
value - the new value of the 'Return String' attribute.getReturnString()ResourceOperationDelegate getDelegateHolder()
If the meaning of the 'Delegate Holder' containment reference isn't clear, there really should be more of a description here...
setDelegateHolder(ResourceOperationDelegate),
TacticdslPackage.getResourceOperation_DelegateHolder()void setDelegateHolder(ResourceOperationDelegate value)
Delegate Holder' containment reference.
value - the new value of the 'Delegate Holder' containment reference.getDelegateHolder()