org.mod4j.dsl.service.mm.ServiceDsl
Interface CrudService

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CrudServiceImpl

public interface CrudService
extends ModelElement

A representation of the model object 'Crud Service'.

The following features are supported:

See Also:
ServiceDslPackage.getCrudService()

Method Summary
 DtoReference getDto()
          Returns the value of the 'Dto' reference.
 ServiceModel getModel()
          Returns the value of the 'Model' container reference.
 void setDto(DtoReference value)
          Sets the value of the 'Dto' reference.
 void setModel(ServiceModel value)
          Sets the value of the 'Model' container reference.
 
Methods inherited from interface org.mod4j.dsl.service.mm.ServiceDsl.ModelElement
getDescription, getName, setDescription, setName
 
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

getDto

DtoReference getDto()
Returns the value of the 'Dto' reference.

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

Returns:
the value of the 'Dto' reference.
See Also:
setDto(DtoReference), ServiceDslPackage.getCrudService_Dto()

setDto

void setDto(DtoReference value)
Sets the value of the 'Dto' reference.

Parameters:
value - the new value of the 'Dto' reference.
See Also:
getDto()

getModel

ServiceModel getModel()
Returns the value of the 'Model' container reference. It is bidirectional and its opposite is 'Crud Services'.

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

Returns:
the value of the 'Model' container reference.
See Also:
setModel(ServiceModel), ServiceDslPackage.getCrudService_Model(), ServiceModel.getCrudServices()

setModel

void setModel(ServiceModel value)
Sets the value of the 'Model' container reference.

Parameters:
value - the new value of the 'Model' container reference.
See Also:
getModel()


Copyright © 2010 Mod4j. All Rights Reserved.