org.mod4j.dsl.service.mm.ServiceDsl.SpecialMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mod4j-service-mm Show documentation
Show all versions of mod4j-service-mm Show documentation
This Eclipse plug-in project contains the ServiceDsl meta model.
/**
*
*
*
* $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