EGF Engine
Release 0.1.0

org.eclipse.egf.model
Interface AbstractFactoryComponentFactory

All Superinterfaces:
NamedModelElementWithId
All Known Subinterfaces:
FactoryComponentInvocation, ProductionPlan
All Known Implementing Classes:
AbstractFactoryComponentFactoryImpl, FactoryComponentInvocationImpl, ProductionPlanImpl

public interface AbstractFactoryComponentFactory
extends NamedModelElementWithId

A representation of the model object 'Abstract FactoryComponent Factory'.

The following features are supported:

See Also:
ModelPackage.getAbstractFactoryComponentFactory()

Method Summary
 Context getContext()
          Returns the value of the 'Context' containment reference
 String getContextId()
          Returns the value of the 'Context Id' attribute
 void setContext(Context value)
          Sets the value of the 'Context' containment reference
 void setContextId(String value)
          Sets the value of the 'Context Id' attribute
 
Methods inherited from interface org.eclipse.egf.model.NamedModelElementWithId
getDescription, getId, getJavaIdentifier, getName, setDescription, setId, setName
 

Method Detail

getContext

Context getContext()
Returns the value of the 'Context' containment reference.

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

Returns:
the value of the 'Context' containment reference.
See Also:
setContext(Context), ModelPackage.getAbstractFactoryComponentFactory_Context()

setContext

void setContext(Context value)
Sets the value of the 'Context' containment reference.

Parameters:
value - the new value of the 'Context' containment reference.
See Also:
getContext()

getContextId

String getContextId()
Returns the value of the 'Context Id' attribute.

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

Returns:
the value of the 'Context Id' attribute.
See Also:
setContextId(String), ModelPackage.getAbstractFactoryComponentFactory_ContextId()

setContextId

void setContextId(String value)
Sets the value of the 'Context Id' attribute.

Parameters:
value - the new value of the 'Context Id' attribute.
See Also:
getContextId()

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.