de.uka.ipd.sdq.pcmbench.tabs
Class EMFPropertySectionFieldInfo

java.lang.Object
  extended by de.uka.ipd.sdq.pcmbench.tabs.EMFPropertySectionFieldInfo

public class EMFPropertySectionFieldInfo
extends Object

Author:
Snowball

Constructor Summary
EMFPropertySectionFieldInfo(int featureID, String label)
          Constructor of the Field Info record.
 
Method Summary
 int getFeatureID()
          The ID of the eCore feature which is being specified in this record
 String getLabel()
          Returns the display label displayed in front of the edit field which is used to edit the stored feature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EMFPropertySectionFieldInfo

public EMFPropertySectionFieldInfo(int featureID,
                                   String label)
Constructor of the Field Info record. It stores the EMF feature id and the display label of the described field

Parameters:
featureID - The id of the EMF feature
label - The display label which is displayed in front of the edit field
Method Detail

getFeatureID

public int getFeatureID()
The ID of the eCore feature which is being specified in this record

Returns:
the feature which is edited in the field specified here

getLabel

public String getLabel()
Returns the display label displayed in front of the edit field which is used to edit the stored feature

Returns:
the label which is displayed in front of the edit field