sculptormetamodel.ServiceOperation Maven / Gradle / Ivy
/**
*/
package sculptormetamodel;
/**
*
* A representation of the model object 'Service Operation'.
*
*
*
* The following features are supported:
*
* - {@link sculptormetamodel.ServiceOperation#getDelegate Delegate}
* - {@link sculptormetamodel.ServiceOperation#getService Service}
* - {@link sculptormetamodel.ServiceOperation#getServiceDelegate Service Delegate}
*
*
*
* @see sculptormetamodel.SculptormetamodelPackage#getServiceOperation()
* @model
* @generated
*/
public interface ServiceOperation extends Operation
{
/**
* Returns the value of the 'Delegate' reference.
*
*
* If the meaning of the 'Delegate' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Delegate' reference.
* @see #setDelegate(RepositoryOperation)
* @see sculptormetamodel.SculptormetamodelPackage#getServiceOperation_Delegate()
* @model
* @generated
*/
RepositoryOperation getDelegate();
/**
* Sets the value of the '{@link sculptormetamodel.ServiceOperation#getDelegate Delegate}' reference.
*
*
* @param value the new value of the 'Delegate' reference.
* @see #getDelegate()
* @generated
*/
void setDelegate(RepositoryOperation value);
/**
* Returns the value of the 'Service' container reference.
* It is bidirectional and its opposite is '{@link sculptormetamodel.Service#getOperations Operations}'.
*
*
* If the meaning of the 'Service' container reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Service' container reference.
* @see #setService(Service)
* @see sculptormetamodel.SculptormetamodelPackage#getServiceOperation_Service()
* @see sculptormetamodel.Service#getOperations
* @model opposite="operations" required="true" transient="false"
* @generated
*/
Service getService();
/**
* Sets the value of the '{@link sculptormetamodel.ServiceOperation#getService Service}' container reference.
*
*
* @param value the new value of the 'Service' container reference.
* @see #getService()
* @generated
*/
void setService(Service value);
/**
* Returns the value of the 'Service Delegate' reference.
*
*
* If the meaning of the 'Service Delegate' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Service Delegate' reference.
* @see #setServiceDelegate(ServiceOperation)
* @see sculptormetamodel.SculptormetamodelPackage#getServiceOperation_ServiceDelegate()
* @model
* @generated
*/
ServiceOperation getServiceDelegate();
/**
* Sets the value of the '{@link sculptormetamodel.ServiceOperation#getServiceDelegate Service Delegate}' reference.
*
*
* @param value the new value of the 'Service Delegate' reference.
* @see #getServiceDelegate()
* @generated
*/
void setServiceDelegate(ServiceOperation value);
} // ServiceOperation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy