EGF Engine
Release 0.1.0

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

All Superinterfaces:
IDescriptor
All Known Subinterfaces:
IContextDescriptor, IContextElementDescriptor, IContractDescriptor, IContractElementDescriptor, IContractElementReferenceDescriptor, IFactoryComponentDescriptor, IFactoryComponentInvocationDescriptor, IProductionPlanDescriptor, ITaskFactoryDescriptor

public interface ITypedDescriptor
extends IDescriptor

Interface to implement a typed descriptor.


Method Summary
 String getDescription()
          Get the description.
 IFactoryComponentReader getFactoryComponentReader()
          Get the factory component reader that creates this descriptor.
 String getId()
          Get the descriptor identifier.
 
Methods inherited from interface org.eclipse.egf.common.descriptor.IDescriptor
getChildren, getParent, getValue
 

Method Detail

getId

String getId()
Get the descriptor identifier.

Returns:
a not null string.

getDescription

String getDescription()
Get the description.

Returns:
can be null.

getFactoryComponentReader

IFactoryComponentReader getFactoryComponentReader()
Get the factory component reader that creates this descriptor.

Returns:

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.