|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DelegateOperation
A representation of the model object 'Delegate Operation'.
The following features are supported:
DomPackage.getDelegateOperation()| Method Summary | |
|---|---|
CrudOperationType |
getCrudOperationType()
Returns the value of the 'Crud Operation Type' attribute. |
Expression |
getFilter()
Returns the value of the 'Filter' containment reference. |
String |
getName()
Returns the value of the 'Name' attribute. |
DaoOperation |
getOperation()
Returns the value of the 'Operation' reference. |
Dao |
getRepository()
Returns the value of the 'Repository' reference. |
DataView |
getView()
Returns the value of the 'View' reference. |
DataView |
getViewParameter()
Returns the value of the 'View Parameter' reference. |
boolean |
isCreateOperation()
|
boolean |
isDeleteOperation()
|
boolean |
isMany()
Returns the value of the 'Many' attribute. |
boolean |
isReadOperation()
|
boolean |
isUpdateOperation()
|
void |
setCrudOperationType(CrudOperationType value)
Sets the value of the ' Crud Operation Type' attribute. |
void |
setFilter(Expression value)
Sets the value of the ' Filter' containment reference. |
void |
setMany(boolean value)
Sets the value of the ' Many' attribute. |
void |
setName(String value)
Sets the value of the ' Name' attribute. |
void |
setOperation(DaoOperation value)
Sets the value of the ' Operation' reference. |
void |
setRepository(Dao value)
Sets the value of the ' Repository' reference. |
void |
setView(DataView value)
Sets the value of the ' View' reference. |
void |
setViewParameter(DataView value)
Sets the value of the ' View Parameter' reference. |
| Methods inherited from interface org.openxma.dsl.core.model.IDocumentable |
|---|
getTxtDescription, setTxtDescription |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
DataView getView()
If the meaning of the 'View' reference isn't clear, there really should be more of a description here...
setView(DataView),
DomPackage.getDelegateOperation_View()void setView(DataView value)
View' reference.
value - the new value of the 'View' reference.getView()boolean isMany()
If the meaning of the 'Many' attribute isn't clear, there really should be more of a description here...
setMany(boolean),
DomPackage.getDelegateOperation_Many()void setMany(boolean value)
Many' attribute.
value - the new value of the 'Many' attribute.isMany()Dao getRepository()
If the meaning of the 'Repository' reference isn't clear, there really should be more of a description here...
setRepository(Dao),
DomPackage.getDelegateOperation_Repository()void setRepository(Dao value)
Repository' reference.
value - the new value of the 'Repository' reference.getRepository()DaoOperation getOperation()
If the meaning of the 'Operation' reference isn't clear, there really should be more of a description here...
setOperation(DaoOperation),
DomPackage.getDelegateOperation_Operation()void setOperation(DaoOperation value)
Operation' reference.
value - the new value of the 'Operation' reference.getOperation()CrudOperationType getCrudOperationType()
CrudOperationType.
If the meaning of the 'Crud Operation Type' attribute isn't clear, there really should be more of a description here...
CrudOperationType,
setCrudOperationType(CrudOperationType),
DomPackage.getDelegateOperation_CrudOperationType()void setCrudOperationType(CrudOperationType value)
Crud Operation Type' attribute.
value - the new value of the 'Crud Operation Type' attribute.CrudOperationType,
getCrudOperationType()DataView getViewParameter()
If the meaning of the 'View Parameter' reference isn't clear, there really should be more of a description here...
setViewParameter(DataView),
DomPackage.getDelegateOperation_ViewParameter()void setViewParameter(DataView value)
View Parameter' reference.
value - the new value of the 'View Parameter' reference.getViewParameter()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
DomPackage.getDelegateOperation_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Expression getFilter()
If the meaning of the 'Filter' containment reference isn't clear, there really should be more of a description here...
setFilter(Expression),
DomPackage.getDelegateOperation_Filter()void setFilter(Expression value)
Filter' containment reference.
value - the new value of the 'Filter' containment reference.getFilter()boolean isUpdateOperation()
boolean isCreateOperation()
boolean isReadOperation()
boolean isDeleteOperation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||