EGF Engine
Release 0.1.0

org.eclipse.egf.model
Interface Factory

All Superinterfaces:
NamedModelElementWithId
All Known Implementing Classes:
FactoryImpl

public interface Factory
extends NamedModelElementWithId

A representation of the model object 'Factory'.

The following features are supported:

See Also:
ModelPackage.getFactory()

Method Summary
 ProductionPlan getProductionPlan()
          Returns the value of the 'Production Plan' containment reference
 String getProductionPlanId()
          Returns the value of the 'Production Plan Id' attribute
 void setProductionPlan(ProductionPlan value)
          Sets the value of the 'Production Plan' containment reference
 void setProductionPlanId(String value)
          Sets the value of the 'Production Plan Id' attribute
 
Methods inherited from interface org.eclipse.egf.model.NamedModelElementWithId
getDescription, getId, getJavaIdentifier, getName, setDescription, setId, setName
 

Method Detail

getProductionPlan

ProductionPlan getProductionPlan()
Returns the value of the 'Production Plan' containment reference.

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

Returns:
the value of the 'Production Plan' containment reference.
See Also:
setProductionPlan(ProductionPlan), ModelPackage.getFactory_ProductionPlan()

setProductionPlan

void setProductionPlan(ProductionPlan value)
Sets the value of the 'Production Plan' containment reference.

Parameters:
value - the new value of the 'Production Plan' containment reference.
See Also:
getProductionPlan()

getProductionPlanId

String getProductionPlanId()
Returns the value of the 'Production Plan Id' attribute.

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

Returns:
the value of the 'Production Plan Id' attribute.
See Also:
setProductionPlanId(String), ModelPackage.getFactory_ProductionPlanId()

setProductionPlanId

void setProductionPlanId(String value)
Sets the value of the 'Production Plan Id' attribute.

Parameters:
value - the new value of the 'Production Plan Id' attribute.
See Also:
getProductionPlanId()

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.