EGF Engine
Release 0.1.0

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

All Superinterfaces:
IDescriptor, ITypedDescriptor

public interface IContextElementDescriptor
extends ITypedDescriptor

Describe the content of a context element read from an IFactoryComponentReader instance.


Method Summary
 String getContractReferenceId()
          Get the contract reference id.
 String getKey()
          Get the key
 String getPluginId()
          Return the id of the plug-in that defines this context element description.
 String getReadableValue()
          Get the readable value.
 Type getType()
          Get value direct type.
 void setContractReferenceId(String contractReferenceId_p)
          Set given contract reference 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

getContractReferenceId

String getContractReferenceId()
Get the contract reference id.

Returns:
can be null.

setContractReferenceId

void setContractReferenceId(String contractReferenceId_p)
Set given contract reference id.

Parameters:
contractReferenceId_p -

getKey

String getKey()
Get the key

Returns:
can be null.

getReadableValue

String getReadableValue()
Get the readable value.

Returns:

getType

Type getType()
Get value direct type.

Returns:

getPluginId

String getPluginId()
Return the id of the plug-in that defines this context element description.

Returns:
null if description is loaded from the workspace.

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.