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

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

public interface AssociationMethod
extends ServiceMethod

A representation of the model object 'Association Method'.

The following features are supported:

See Also:
ServiceDslPackage.getAssociationMethod()

Method Summary
 DtoReference getMain()
          Returns the value of the 'Main' reference.
 DtoReference getPart()
          Returns the value of the 'Part' reference.
 java.lang.String getRolename()
          Returns the value of the 'Rolename' attribute.
 void setMain(DtoReference value)
          Sets the value of the 'Main' reference.
 void setPart(DtoReference value)
          Sets the value of the 'Part' reference.
 void setRolename(java.lang.String value)
          Sets the value of the 'Rolename' attribute.
 
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

getMain

DtoReference getMain()
Returns the value of the 'Main' reference.

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

Returns:
the value of the 'Main' reference.
See Also:
setMain(DtoReference), ServiceDslPackage.getAssociationMethod_Main()

setMain

void setMain(DtoReference value)
Sets the value of the 'Main' reference.

Parameters:
value - the new value of the 'Main' reference.
See Also:
getMain()

getPart

DtoReference getPart()
Returns the value of the 'Part' reference.

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

Returns:
the value of the 'Part' reference.
See Also:
setPart(DtoReference), ServiceDslPackage.getAssociationMethod_Part()

setPart

void setPart(DtoReference value)
Sets the value of the 'Part' reference.

Parameters:
value - the new value of the 'Part' reference.
See Also:
getPart()

getRolename

java.lang.String getRolename()
Returns the value of the 'Rolename' attribute.

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

Returns:
the value of the 'Rolename' attribute.
See Also:
setRolename(String), ServiceDslPackage.getAssociationMethod_Rolename()

setRolename

void setRolename(java.lang.String value)
Sets the value of the 'Rolename' attribute.

Parameters:
value - the new value of the 'Rolename' attribute.
See Also:
getRolename()


Copyright © 2010 Mod4j. All Rights Reserved.