All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mod4j.dsl.service.mm.ServiceDsl.AssociationMethod Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
/**
 * 
 * 
 *
 * $Id$
 */
package org.mod4j.dsl.service.mm.ServiceDsl;


/**
 * 
 * A representation of the model object 'Association Method'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.mod4j.dsl.service.mm.ServiceDsl.AssociationMethod#getMain Main}
  • *
  • {@link org.mod4j.dsl.service.mm.ServiceDsl.AssociationMethod#getPart Part}
  • *
  • {@link org.mod4j.dsl.service.mm.ServiceDsl.AssociationMethod#getRolename Rolename}
  • *
*

* * @see org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage#getAssociationMethod() * @model * @generated */ public interface AssociationMethod extends ServiceMethod { /** * 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... *

* * @return the value of the 'Main' reference. * @see #setMain(DtoReference) * @see org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage#getAssociationMethod_Main() * @model * @generated */ DtoReference getMain(); /** * Sets the value of the '{@link org.mod4j.dsl.service.mm.ServiceDsl.AssociationMethod#getMain Main}' reference. * * * @param value the new value of the 'Main' reference. * @see #getMain() * @generated */ void setMain(DtoReference value); /** * 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... *

* * @return the value of the 'Part' reference. * @see #setPart(DtoReference) * @see org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage#getAssociationMethod_Part() * @model * @generated */ DtoReference getPart(); /** * Sets the value of the '{@link org.mod4j.dsl.service.mm.ServiceDsl.AssociationMethod#getPart Part}' reference. * * * @param value the new value of the 'Part' reference. * @see #getPart() * @generated */ void setPart(DtoReference value); /** * 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... *

* * @return the value of the 'Rolename' attribute. * @see #setRolename(String) * @see org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage#getAssociationMethod_Rolename() * @model * @generated */ String getRolename(); /** * Sets the value of the '{@link org.mod4j.dsl.service.mm.ServiceDsl.AssociationMethod#getRolename Rolename}' attribute. * * * @param value the new value of the 'Rolename' attribute. * @see #getRolename() * @generated */ void setRolename(String value); } // AssociationMethod




© 2015 - 2024 Weber Informatics LLC | Privacy Policy