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

org.mod4j.dsl.service.mm.ServiceDsl.SpecialMethod 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 'Special Method'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.mod4j.dsl.service.mm.ServiceDsl.SpecialMethod#getDto Dto}
  • *
*

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

* * @return the value of the 'Dto' reference. * @see #setDto(DtoReference) * @see org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage#getSpecialMethod_Dto() * @model * @generated */ DtoReference getDto(); /** * Sets the value of the '{@link org.mod4j.dsl.service.mm.ServiceDsl.SpecialMethod#getDto Dto}' reference. * * * @param value the new value of the 'Dto' reference. * @see #getDto() * @generated */ void setDto(DtoReference value); } // SpecialMethod




© 2015 - 2024 Weber Informatics LLC | Privacy Policy