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

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

public interface SpecialMethod
extends ServiceMethod

A representation of the model object 'Special Method'.

The following features are supported:

See Also:
ServiceDslPackage.getSpecialMethod()

Method Summary
 DtoReference getDto()
          Returns the value of the 'Dto' reference.
 void setDto(DtoReference value)
          Sets the value of the 'Dto' reference.
 
Methods inherited from interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceMethod
getModel, getType, setModel, setType
 
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.getSpecialMethod_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()


Copyright © 2010 Mod4j. All Rights Reserved.