Class EMFPropertySectionFieldInfo
java.lang.Object
org.palladiosimulator.editors.commons.tabs.EMFPropertySectionFieldInfo
-
Constructor Summary
ConstructorDescriptionEMFPropertySectionFieldInfo
(int featureID, String label) Constructor of the Field Info record. -
Method Summary
Modifier and TypeMethodDescriptionint
The ID of the eCore feature which is being specified in this recordgetLabel()
Returns the display label displayed in front of the edit field which is used to edit the stored feature
-
Constructor Details
-
EMFPropertySectionFieldInfo
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 Details
-
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
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
-