EGF Engine
Release 0.1.0

org.eclipse.egf.model
Interface TaskFactoryHolder

All Superinterfaces:
NamedModelElementWithId
All Known Implementing Classes:
TaskFactoryHolderImpl

public interface TaskFactoryHolder
extends NamedModelElementWithId

A representation of the model object 'Task Factory Holder'.

The following features are supported:

See Also:
ModelPackage.getTaskFactoryHolder()

Method Summary
 Object getFactory()
          Returns the value of the 'Factory' attribute
 String getFactoryClass()
          Returns the value of the 'Factory Class' attribute
 void setFactory(Object value)
          Sets the value of the 'Factory' attribute.
 void setFactoryClass(String value)
          Sets the value of the 'Factory Class' attribute
 
Methods inherited from interface org.eclipse.egf.model.NamedModelElementWithId
getDescription, getId, getJavaIdentifier, getName, setDescription, setId, setName
 

Method Detail

getFactoryClass

String getFactoryClass()
Returns the value of the 'Factory Class' attribute.

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

Returns:
the value of the 'Factory Class' attribute.
See Also:
setFactoryClass(String), ModelPackage.getTaskFactoryHolder_FactoryClass()

setFactoryClass

void setFactoryClass(String value)
Sets the value of the 'Factory Class' attribute.

Parameters:
value - the new value of the 'Factory Class' attribute.
See Also:
getFactoryClass()

getFactory

Object getFactory()
Returns the value of the 'Factory' attribute.

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

Returns:
the value of the 'Factory' attribute.
See Also:
setFactory(Object), ModelPackage.getTaskFactoryHolder_Factory()

setFactory

void setFactory(Object value)
Sets the value of the 'Factory' attribute.

Parameters:
value - the new value of the 'Factory' attribute.
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.