Class EMFPropertySectionFieldInfo

java.lang.Object
org.palladiosimulator.editors.commons.tabs.EMFPropertySectionFieldInfo

public class EMFPropertySectionFieldInfo extends Object
  • Constructor Details

    • 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 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

      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