EGF Engine
Release 0.1.0

org.eclipse.egf.model.data.reader.descriptor
Interface IFactoryComponentInvocationDescriptor

All Superinterfaces:
IDescriptor, ITypedDescriptor

public interface IFactoryComponentInvocationDescriptor
extends ITypedDescriptor

Describe the content of a factory component invocation read from an IFactoryComponentReader instance.


Method Summary
 String getContextId()
          Get the context id.
 String getName()
          Get the factory component configuration name.
 String getReferencedFactoryComponentId()
          Get the referenced factory component id.
 String getTaskFactoryId()
          Get the task factory id.
 
Methods inherited from interface org.eclipse.egf.model.data.reader.descriptor.ITypedDescriptor
getDescription, getFactoryComponentReader, getId
 
Methods inherited from interface org.eclipse.egf.common.descriptor.IDescriptor
getChildren, getParent, getValue
 

Method Detail

getName

String getName()
Get the factory component configuration name.


getReferencedFactoryComponentId

String getReferencedFactoryComponentId()
Get the referenced factory component id.

Returns:

getTaskFactoryId

String getTaskFactoryId()
Get the task factory id.

Returns:

getContextId

String getContextId()
Get the context id.

Returns:
the contextId

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.