org.objectweb.dsrg.sofa.repository.model
Interface Factory

All Superinterfaces:
Annotation, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
FactoryImpl

public interface Factory
extends Annotation

A representation of the model object 'Factory'.

The following features are supported:

See Also:
ModelPackage.getFactory()
Generated from the meta-model
Part of the meta-model

Method Summary
 java.lang.String getMethod()
          Returns the value of the 'Method' attribute
 Frame getReturnInstance()
          Returns the value of the 'Return Instance' reference
 Interface getReturnInterface()
          Returns the value of the 'Return Interface' reference
 void setMethod(java.lang.String value)
          Sets the value of the 'Method' attribute
 void setReturnInstance(Frame value)
          Sets the value of the 'Return Instance' reference
 void setReturnInterface(Interface value)
          Sets the value of the 'Return Interface' reference
 
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
 

Method Detail

getMethod

java.lang.String getMethod()
Returns the value of the 'Method' attribute.

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

Returns:
the value of the 'Method' attribute.
See Also:
setMethod(String), ModelPackage.getFactory_Method()
Generated from the meta-model
Part of the meta-model

setMethod

void setMethod(java.lang.String value)
Sets the value of the 'Method' attribute.

Parameters:
value - the new value of the 'Method' attribute.
See Also:
getMethod()
Generated from the meta-model

getReturnInterface

Interface getReturnInterface()
Returns the value of the 'Return Interface' reference.

If the meaning of the 'Return Interface' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Return Interface' reference.
See Also:
setReturnInterface(Interface), ModelPackage.getFactory_ReturnInterface()
Generated from the meta-model
Part of the meta-model

setReturnInterface

void setReturnInterface(Interface value)
Sets the value of the 'Return Interface' reference.

Parameters:
value - the new value of the 'Return Interface' reference.
See Also:
getReturnInterface()
Generated from the meta-model

getReturnInstance

Frame getReturnInstance()
Returns the value of the 'Return Instance' reference.

If the meaning of the 'Return Instance' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Return Instance' reference.
See Also:
setReturnInstance(Frame), ModelPackage.getFactory_ReturnInstance()
Generated from the meta-model
Part of the meta-model

setReturnInstance

void setReturnInstance(Frame value)
Sets the value of the 'Return Instance' reference.

Parameters:
value - the new value of the 'Return Instance' reference.
See Also:
getReturnInstance()
Generated from the meta-model