EGF Engine
Release 0.1.0

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

All Superinterfaces:
IDescriptor, ITypedDescriptor

public interface IContractElementReferenceDescriptor
extends ITypedDescriptor

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


Method Summary
 String getContractElementId()
          Get the contract element id.
 String getContractElementName()
          Deprecated.  
 String getReferencedFcId()
          Get the reference factory component id.
 void setReferencedFcId(String referencedFcId_p)
          Set given referenced factory component 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

getContractElementId

String getContractElementId()
Get the contract element id.

Returns:

getContractElementName

String getContractElementName()
Deprecated. 

Get the contract element name.

Returns:

getReferencedFcId

String getReferencedFcId()
Get the reference factory component id.

Returns:

setReferencedFcId

void setReferencedFcId(String referencedFcId_p)
Set given referenced factory component id.

Parameters:
referencedFcId_p -

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.