TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.configuration
Interface CFGOperation

All Superinterfaces:
CMNNamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, IMethod, INamedElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CFGOperationImpl

public interface CFGOperation
extends CMNNamedElement, IMethod

A representation of the model object 'CFG Operation'.

See Also:
Common_ConfigurationPackage.getCFGOperation()
Generated
[EMF] Model
[EMF] Extends
IMethod An operation is a service that can be requested from a deployable.

The following features are supported:


Field Summary
static java.lang.String copyright
           
 
Method Summary
 CFGClass getOwningClass()
          Returns the value of the 'Owning Class' container reference.
 void setOwningClass(CFGClass value)
          Sets the value of the 'Owning Class' container reference
 
Methods inherited from interface org.eclipse.hyades.models.common.common.CMNNamedElement
getDescription, getId, getName, setDescription, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.IMethod
getDeployableComponent
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.INamedElement
getDescription, getId, getName, setDescription, setId, setName
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getOwningClass

CFGClass getOwningClass()
Returns the value of the 'Owning Class' container reference. It is bidirectional and its opposite is 'Operations'.

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

Returns:
the value of the 'Owning Class' container reference.
See Also:
setOwningClass(CFGClass), Common_ConfigurationPackage.getCFGOperation_OwningClass(), CFGClass.getOperations()
Generated
[EMF] Model
opposite="operations" required="true"

setOwningClass

void setOwningClass(CFGClass value)
Sets the value of the 'Owning Class' container reference.

Parameters:
value - the new value of the 'Owning Class' container reference.
See Also:
getOwningClass()
Generated

TPTP 4.5.0 Platform Project
Public API Specification