Class EMFPropertySectionFieldInfo
- java.lang.Object
-
- org.palladiosimulator.editors.commons.tabs.EMFPropertySectionFieldInfo
-
public class EMFPropertySectionFieldInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description EMFPropertySectionFieldInfo(int featureID, String label)
Constructor of the Field Info record.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFeatureID()
The ID of the eCore feature which is being specified in this recordString
getLabel()
Returns the display label displayed in front of the edit field which is used to edit the stored feature
-
-
-
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 featurelabel
- 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
-
-