public interface RepositoryOperation extends DomainObjectTypedElement, ServiceRepositoryOperationOption
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessObjectName()
Returns the value of the 'Access Object Name' attribute.
|
java.lang.String |
getCondition()
Returns the value of the 'Condition' attribute.
|
java.lang.String |
getDoc()
Returns the value of the 'Doc' attribute.
|
java.lang.String |
getGroupBy()
Returns the value of the 'Group By' attribute.
|
java.lang.String |
getHint()
Returns the value of the 'Hint' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getOrderBy()
Returns the value of the 'Order By' 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.
|
java.lang.String |
getQuery()
Returns the value of the 'Query' attribute.
|
ComplexType |
getReturnType()
Returns the value of the 'Return Type' containment reference.
|
java.lang.String |
getSelect()
Returns the value of the 'Select' attribute.
|
java.lang.String |
getThrows()
Returns the value of the 'Throws' attribute.
|
Visibility |
getVisibility()
Returns the value of the 'Visibility' attribute.
|
boolean |
isBuild()
Returns the value of the 'Build' attribute.
|
boolean |
isCache()
Returns the value of the 'Cache' attribute.
|
boolean |
isConstruct()
Returns the value of the 'Construct' attribute.
|
boolean |
isDelegateToAccessObject()
Returns the value of the 'Delegate To Access Object' attribute.
|
boolean |
isGapOperation()
Returns the value of the 'Gap Operation' attribute.
|
boolean |
isMap()
Returns the value of the 'Map' attribute.
|
boolean |
isNoGapOperation()
Returns the value of the 'No Gap Operation' attribute.
|
void |
setAccessObjectName(java.lang.String value)
Sets the value of the '
Access Object Name' attribute. |
void |
setBuild(boolean value)
Sets the value of the '
Build' attribute. |
void |
setCache(boolean value)
Sets the value of the '
Cache' attribute. |
void |
setCondition(java.lang.String value)
Sets the value of the '
Condition' attribute. |
void |
setConstruct(boolean value)
Sets the value of the '
Construct' attribute. |
void |
setDelegateToAccessObject(boolean value)
Sets the value of the '
Delegate To Access Object' attribute. |
void |
setDoc(java.lang.String value)
Sets the value of the '
Doc' attribute. |
void |
setGapOperation(boolean value)
Sets the value of the '
Gap Operation' attribute. |
void |
setGroupBy(java.lang.String value)
Sets the value of the '
Group By' attribute. |
void |
setHint(java.lang.String value)
Sets the value of the '
Hint' attribute. |
void |
setMap(boolean value)
Sets the value of the '
Map' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setNoGapOperation(boolean value)
Sets the value of the '
No Gap Operation' attribute. |
void |
setOrderBy(java.lang.String value)
Sets the value of the '
Order By' attribute. |
void |
setPublish(Publish value)
Sets the value of the '
Publish' containment reference. |
void |
setQuery(java.lang.String value)
Sets the value of the '
Query' attribute. |
void |
setReturnType(ComplexType value)
Sets the value of the '
Return Type' containment reference. |
void |
setSelect(java.lang.String value)
Sets the value of the '
Select' attribute. |
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.getRepositoryOperation_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.getRepositoryOperation_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.getRepositoryOperation_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.getRepositoryOperation_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.getRepositoryOperation_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.getRepositoryOperation_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.getRepositoryOperation_Hint()void setHint(java.lang.String value)
Hint' attribute.
value - the new value of the 'Hint' attribute.getHint()boolean isCache()
If the meaning of the 'Cache' attribute isn't clear, there really should be more of a description here...
setCache(boolean),
TacticdslPackage.getRepositoryOperation_Cache()void setCache(boolean value)
Cache' attribute.
value - the new value of the 'Cache' attribute.isCache()boolean isGapOperation()
If the meaning of the 'Gap Operation' attribute isn't clear, there really should be more of a description here...
setGapOperation(boolean),
TacticdslPackage.getRepositoryOperation_GapOperation()void setGapOperation(boolean value)
Gap Operation' attribute.
value - the new value of the 'Gap Operation' attribute.isGapOperation()boolean isNoGapOperation()
If the meaning of the 'No Gap Operation' attribute isn't clear, there really should be more of a description here...
setNoGapOperation(boolean),
TacticdslPackage.getRepositoryOperation_NoGapOperation()void setNoGapOperation(boolean value)
No Gap Operation' attribute.
value - the new value of the 'No Gap Operation' attribute.isNoGapOperation()java.lang.String getQuery()
If the meaning of the 'Query' attribute isn't clear, there really should be more of a description here...
setQuery(String),
TacticdslPackage.getRepositoryOperation_Query()void setQuery(java.lang.String value)
Query' attribute.
value - the new value of the 'Query' attribute.getQuery()java.lang.String getCondition()
If the meaning of the 'Condition' attribute isn't clear, there really should be more of a description here...
setCondition(String),
TacticdslPackage.getRepositoryOperation_Condition()void setCondition(java.lang.String value)
Condition' attribute.
value - the new value of the 'Condition' attribute.getCondition()java.lang.String getSelect()
If the meaning of the 'Select' attribute isn't clear, there really should be more of a description here...
setSelect(String),
TacticdslPackage.getRepositoryOperation_Select()void setSelect(java.lang.String value)
Select' attribute.
value - the new value of the 'Select' attribute.getSelect()java.lang.String getGroupBy()
If the meaning of the 'Group By' attribute isn't clear, there really should be more of a description here...
setGroupBy(String),
TacticdslPackage.getRepositoryOperation_GroupBy()void setGroupBy(java.lang.String value)
Group By' attribute.
value - the new value of the 'Group By' attribute.getGroupBy()java.lang.String getOrderBy()
If the meaning of the 'Order By' attribute isn't clear, there really should be more of a description here...
setOrderBy(String),
TacticdslPackage.getRepositoryOperation_OrderBy()void setOrderBy(java.lang.String value)
Order By' attribute.
value - the new value of the 'Order By' attribute.getOrderBy()boolean isConstruct()
If the meaning of the 'Construct' attribute isn't clear, there really should be more of a description here...
setConstruct(boolean),
TacticdslPackage.getRepositoryOperation_Construct()void setConstruct(boolean value)
Construct' attribute.
value - the new value of the 'Construct' attribute.isConstruct()boolean isBuild()
If the meaning of the 'Build' attribute isn't clear, there really should be more of a description here...
setBuild(boolean),
TacticdslPackage.getRepositoryOperation_Build()void setBuild(boolean value)
Build' attribute.
value - the new value of the 'Build' attribute.isBuild()boolean isMap()
If the meaning of the 'Map' attribute isn't clear, there really should be more of a description here...
setMap(boolean),
TacticdslPackage.getRepositoryOperation_Map()void setMap(boolean value)
Map' attribute.
value - the new value of the 'Map' attribute.isMap()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.getRepositoryOperation_Publish()void setPublish(Publish value)
Publish' containment reference.
value - the new value of the 'Publish' containment reference.getPublish()boolean isDelegateToAccessObject()
If the meaning of the 'Delegate To Access Object' attribute isn't clear, there really should be more of a description here...
setDelegateToAccessObject(boolean),
TacticdslPackage.getRepositoryOperation_DelegateToAccessObject()void setDelegateToAccessObject(boolean value)
Delegate To Access Object' attribute.
value - the new value of the 'Delegate To Access Object' attribute.isDelegateToAccessObject()java.lang.String getAccessObjectName()
If the meaning of the 'Access Object Name' attribute isn't clear, there really should be more of a description here...
setAccessObjectName(String),
TacticdslPackage.getRepositoryOperation_AccessObjectName()void setAccessObjectName(java.lang.String value)
Access Object Name' attribute.
value - the new value of the 'Access Object Name' attribute.getAccessObjectName()