EGF Engine
Release 0.1.0

org.eclipse.egf.model
Interface FactoryComponent

All Superinterfaces:
NamedModelElementWithId
All Known Implementing Classes:
FactoryComponentImpl

public interface FactoryComponent
extends NamedModelElementWithId

A representation of the model object 'FactoryComponent'.

The following features are supported:

See Also:
ModelPackage.getFactoryComponent()

Method Summary
 Domain getDomain()
          Returns the value of the 'Domain' containment reference
 Factory getFactory()
          Returns the value of the 'Factory' containment reference
 Specification getSpecification()
          Returns the value of the 'Specification' containment reference
 void setDomain(Domain value)
          Sets the value of the 'Domain' containment reference
 void setFactory(Factory value)
          Sets the value of the 'Factory' containment reference.
 void setSpecification(Specification value)
          Sets the value of the 'Specification' containment reference
 
Methods inherited from interface org.eclipse.egf.model.NamedModelElementWithId
getDescription, getId, getJavaIdentifier, getName, setDescription, setId, setName
 

Method Detail

getDomain

Domain getDomain()
Returns the value of the 'Domain' containment reference.

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

Returns:
the value of the 'Domain' containment reference.
See Also:
setDomain(Domain), ModelPackage.getFactoryComponent_Domain()

setDomain

void setDomain(Domain value)
Sets the value of the 'Domain' containment reference.

Parameters:
value - the new value of the 'Domain' containment reference.
See Also:
getDomain()

getSpecification

Specification getSpecification()
Returns the value of the 'Specification' containment reference.

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

Returns:
the value of the 'Specification' containment reference.
See Also:
setSpecification(Specification), ModelPackage.getFactoryComponent_Specification()

setSpecification

void setSpecification(Specification value)
Sets the value of the 'Specification' containment reference.

Parameters:
value - the new value of the 'Specification' containment reference.
See Also:
getSpecification()

getFactory

Factory getFactory()
Returns the value of the 'Factory' containment reference.

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

Returns:
the value of the 'Factory' containment reference.
See Also:
setFactory(Factory), ModelPackage.getFactoryComponent_Factory()

setFactory

void setFactory(Factory value)
Sets the value of the 'Factory' containment reference.

Parameters:
value - the new value of the 'Factory' containment reference.
See Also:
getFactory()

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.