EGF Engine
Release 0.1.0

org.eclipse.egf.model
Interface FactoryComponentInvocation

All Superinterfaces:
AbstractFactoryComponentFactory, NamedModelElementWithId
All Known Implementing Classes:
FactoryComponentInvocationImpl

public interface FactoryComponentInvocation
extends AbstractFactoryComponentFactory

A representation of the model object 'FactoryComponent Configuration'.

The following features are supported:

See Also:
ModelPackage.getFactoryComponentInvocation()

Method Summary
 String getFactoryComponentId()
          Returns the value of the 'Factory Component Id' attribute
 TaskFactoryHolder getTaskFactory()
          Returns the value of the 'Task Factory' containment reference
 String getTaskFactoryId()
          Returns the value of the 'Task Factory Id' attribute
 void setFactoryComponentId(String value)
          Sets the value of the 'FactoryComponent Id' attribute.
 void setTaskFactory(TaskFactoryHolder value)
          Sets the value of the 'Task Factory' containment reference
 void setTaskFactoryId(String value)
          Sets the value of the 'Task Factory Id' attribute
 
Methods inherited from interface org.eclipse.egf.model.AbstractFactoryComponentFactory
getContext, getContextId, setContext, setContextId
 
Methods inherited from interface org.eclipse.egf.model.NamedModelElementWithId
getDescription, getId, getJavaIdentifier, getName, setDescription, setId, setName
 

Method Detail

getTaskFactoryId

String getTaskFactoryId()
Returns the value of the 'Task Factory Id' attribute.

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

Returns:
the value of the 'Task Factory Id' attribute.
See Also:
setTaskFactoryId(String), ModelPackage.getFactoryComponentInvocation_TaskFactoryId()

setTaskFactoryId

void setTaskFactoryId(String value)
Sets the value of the 'Task Factory Id' attribute.

Parameters:
value - the new value of the 'Task Factory Id' attribute.
See Also:
getTaskFactoryId()

getFactoryComponentId

String getFactoryComponentId()
Returns the value of the 'Factory Component Id' attribute.

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

Returns:
the value of the 'Factory Component Id' attribute.
See Also:
setFactoryComponentId(String), ModelPackage.getFactoryComponentInvocation_FactoryComponentId()

setFactoryComponentId

void setFactoryComponentId(String value)
Sets the value of the 'FactoryComponent Id' attribute.

Parameters:
value - the new value of the 'FactoryComponent Id' attribute.
See Also:
getFactoryComponentId()

getTaskFactory

TaskFactoryHolder getTaskFactory()
Returns the value of the 'Task Factory' containment reference.

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

Returns:
the value of the 'Task Factory' containment reference.
See Also:
setTaskFactory(TaskFactoryHolder), ModelPackage.getFactoryComponentInvocation_TaskFactory()

setTaskFactory

void setTaskFactory(TaskFactoryHolder value)
Sets the value of the 'Task Factory' containment reference.

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

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.