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

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

* The following features are supported: *

    *
  • {@link org.mod4j.dsl.service.mm.ServiceDsl.ServiceMethod#getType Type}
  • *
  • {@link org.mod4j.dsl.service.mm.ServiceDsl.ServiceMethod#getModel Model}
  • *
*

* * @see org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage#getServiceMethod() * @model * @generated */ public interface ServiceMethod extends ModelElement { /** * Returns the value of the 'Type' attribute. * The default value is "Custom". * The literals are from the enumeration {@link org.mod4j.dsl.service.mm.ServiceDsl.MethodType}. * *

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

* * @return the value of the 'Type' attribute. * @see org.mod4j.dsl.service.mm.ServiceDsl.MethodType * @see #setType(MethodType) * @see org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage#getServiceMethod_Type() * @model default="Custom" * @generated */ MethodType getType(); /** * Sets the value of the '{@link org.mod4j.dsl.service.mm.ServiceDsl.ServiceMethod#getType Type}' attribute. * * * @param value the new value of the 'Type' attribute. * @see org.mod4j.dsl.service.mm.ServiceDsl.MethodType * @see #getType() * @generated */ void setType(MethodType value); /** * Returns the value of the 'Model' container reference. * It is bidirectional and its opposite is '{@link org.mod4j.dsl.service.mm.ServiceDsl.ServiceModel#getMethods Methods}'. * *

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

* * @return the value of the 'Model' container reference. * @see #setModel(ServiceModel) * @see org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage#getServiceMethod_Model() * @see org.mod4j.dsl.service.mm.ServiceDsl.ServiceModel#getMethods * @model opposite="methods" transient="false" * @generated */ ServiceModel getModel(); /** * Sets the value of the '{@link org.mod4j.dsl.service.mm.ServiceDsl.ServiceMethod#getModel Model}' container reference. * * * @param value the new value of the 'Model' container reference. * @see #getModel() * @generated */ void setModel(ServiceModel value); } // ServiceMethod




© 2015 - 2024 Weber Informatics LLC | Privacy Policy