public class EMFPropertySectionFieldInfo extends Object
| Constructor and Description |
|---|
EMFPropertySectionFieldInfo(int featureID,
String label)
Constructor of the Field Info record.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public EMFPropertySectionFieldInfo(int featureID,
String label)
featureID - The id of the EMF featurelabel - The display label which is displayed in front of the edit fieldpublic int getFeatureID()
public String getLabel()