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

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

public interface DtoReference
extends ModelElement

A representation of the model object 'Dto Reference'.

The following features are supported:

See Also:
ServiceDslPackage.getDtoReference()

Method Summary
 ServiceModel getModel()
          Returns the value of the 'Model' container reference.
 java.lang.String getModelname()
          Returns the value of the 'Modelname' attribute.
 void setModel(ServiceModel value)
          Sets the value of the 'Model' container reference.
 void setModelname(java.lang.String value)
          Sets the value of the 'Modelname' attribute.
 
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

getModelname

java.lang.String getModelname()
Returns the value of the 'Modelname' attribute.

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

Returns:
the value of the 'Modelname' attribute.
See Also:
setModelname(String), ServiceDslPackage.getDtoReference_Modelname()

setModelname

void setModelname(java.lang.String value)
Sets the value of the 'Modelname' attribute.

Parameters:
value - the new value of the 'Modelname' attribute.
See Also:
getModelname()

getModel

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

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.getDtoReference_Model(), ServiceModel.getDtoReferences()

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.