org.openxma.dsl.dom.model
Interface DelegateOperation

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.openxma.dsl.core.model.IDocumentable, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DelegateOperationImpl

public interface DelegateOperation
extends org.openxma.dsl.core.model.IDocumentable

A representation of the model object 'Delegate Operation'.

The following features are supported:

See Also:
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

getView

DataView getView()
Returns the value of the 'View' reference.

If the meaning of the 'View' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'View' reference.
See Also:
setView(DataView), DomPackage.getDelegateOperation_View()

setView

void setView(DataView value)
Sets the value of the 'View' reference.

Parameters:
value - the new value of the 'View' reference.
See Also:
getView()

isMany

boolean isMany()
Returns the value of the 'Many' attribute.

If the meaning of the 'Many' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Many' attribute.
See Also:
setMany(boolean), DomPackage.getDelegateOperation_Many()

setMany

void setMany(boolean value)
Sets the value of the 'Many' attribute.

Parameters:
value - the new value of the 'Many' attribute.
See Also:
isMany()

getRepository

Dao getRepository()
Returns the value of the 'Repository' reference.

If the meaning of the 'Repository' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Repository' reference.
See Also:
setRepository(Dao), DomPackage.getDelegateOperation_Repository()

setRepository

void setRepository(Dao value)
Sets the value of the 'Repository' reference.

Parameters:
value - the new value of the 'Repository' reference.
See Also:
getRepository()

getOperation

DaoOperation getOperation()
Returns the value of the 'Operation' reference.

If the meaning of the 'Operation' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operation' reference.
See Also:
setOperation(DaoOperation), DomPackage.getDelegateOperation_Operation()

setOperation

void setOperation(DaoOperation value)
Sets the value of the 'Operation' reference.

Parameters:
value - the new value of the 'Operation' reference.
See Also:
getOperation()

getCrudOperationType

CrudOperationType getCrudOperationType()
Returns the value of the 'Crud Operation Type' attribute. The literals are from the enumeration CrudOperationType.

If the meaning of the 'Crud Operation Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Crud Operation Type' attribute.
See Also:
CrudOperationType, setCrudOperationType(CrudOperationType), DomPackage.getDelegateOperation_CrudOperationType()

setCrudOperationType

void setCrudOperationType(CrudOperationType value)
Sets the value of the 'Crud Operation Type' attribute.

Parameters:
value - the new value of the 'Crud Operation Type' attribute.
See Also:
CrudOperationType, getCrudOperationType()

getViewParameter

DataView getViewParameter()
Returns the value of the 'View Parameter' reference.

If the meaning of the 'View Parameter' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'View Parameter' reference.
See Also:
setViewParameter(DataView), DomPackage.getDelegateOperation_ViewParameter()

setViewParameter

void setViewParameter(DataView value)
Sets the value of the 'View Parameter' reference.

Parameters:
value - the new value of the 'View Parameter' reference.
See Also:
getViewParameter()

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DomPackage.getDelegateOperation_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getFilter

Expression getFilter()
Returns the value of the 'Filter' containment reference.

If the meaning of the 'Filter' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Filter' containment reference.
See Also:
setFilter(Expression), DomPackage.getDelegateOperation_Filter()

setFilter

void setFilter(Expression value)
Sets the value of the 'Filter' containment reference.

Parameters:
value - the new value of the 'Filter' containment reference.
See Also:
getFilter()

isUpdateOperation

boolean isUpdateOperation()

isCreateOperation

boolean isCreateOperation()

isReadOperation

boolean isReadOperation()

isDeleteOperation

boolean isDeleteOperation()


Copyright © 2013. All Rights Reserved.