de.uka.ipd.sdq.pcmbench.tabs
Class EMFPropertySectionFieldInfo
java.lang.Object
de.uka.ipd.sdq.pcmbench.tabs.EMFPropertySectionFieldInfo
public class EMFPropertySectionFieldInfo
- extends Object
- Author:
- Snowball
|
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 |
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 featurelabel - The display label which is displayed in front of the edit field
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