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

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

public interface ServiceModel
extends ModelElement

A representation of the model object 'Service Model'.

The following features are supported:

See Also:
ServiceDslPackage.getServiceModel()

Method Summary
 org.eclipse.emf.common.util.EList<CrudService> getCrudServices()
          Returns the value of the 'Crud Services' containment reference list.
 org.eclipse.emf.common.util.EList<DtoReference> getDtoReferences()
          Returns the value of the 'Dto References' containment reference list.
 org.eclipse.emf.common.util.EList<ServiceMethod> getMethods()
          Returns the value of the 'Methods' containment reference list.
 
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

getMethods

org.eclipse.emf.common.util.EList<ServiceMethod> getMethods()
Returns the value of the 'Methods' containment reference list. The list contents are of type ServiceMethod. It is bidirectional and its opposite is 'Model'.

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

Returns:
the value of the 'Methods' containment reference list.
See Also:
ServiceDslPackage.getServiceModel_Methods(), ServiceMethod.getModel()

getDtoReferences

org.eclipse.emf.common.util.EList<DtoReference> getDtoReferences()
Returns the value of the 'Dto References' containment reference list. The list contents are of type DtoReference. It is bidirectional and its opposite is 'Model'.

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

Returns:
the value of the 'Dto References' containment reference list.
See Also:
ServiceDslPackage.getServiceModel_DtoReferences(), DtoReference.getModel()

getCrudServices

org.eclipse.emf.common.util.EList<CrudService> getCrudServices()
Returns the value of the 'Crud Services' containment reference list. The list contents are of type CrudService. It is bidirectional and its opposite is 'Model'.

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

Returns:
the value of the 'Crud Services' containment reference list.
See Also:
ServiceDslPackage.getServiceModel_CrudServices(), CrudService.getModel()


Copyright © 2010 Mod4j. All Rights Reserved.