1 | protected static final int EPROXY_FEATURECHANGE = ELAST_EOBJECT_FLAG << 1;↵ | | 1 | protected static final int EPROXY_FEATURECHANGE = ELAST_EOBJECT_FLAG << 1;↵
|
2 | ↵ | | 2 | ↵
|
3 | /**↵ | | 3 | /**↵
|
4 | * The default value of the '{@link #getFeatureName() <em>Feature Name</em>}' attribute.↵ | | 4 | * The default value of the '{@link #getFeatureName() <em>Feature Name</em>}' attribute.↵
|
5 | * <!-- begin-user-doc -->↵ | | 5 | * <!-- begin-user-doc -->↵
|
6 | * <!-- end-user-doc -->↵ | | 6 | * <!-- end-user-doc -->↵
|
7 | * @see #getFeatureName()↵ | | 7 | * @see #getFeatureName()↵
|
8 | * @generated↵ | | 8 | * @generated↵
|
9 | * @ordered↵ | | 9 | * @ordered↵
|
10 | */↵ | | 10 | */↵
|
11 | protected static final String FEATURE_NAME_EDEFAULT = null;↵ | | 11 | protected static final String FEATURE_NAME_EDEFAULT = null;↵
|
|
12 | /**↵ | | 12 | /**↵
|
13 | * The default value of the '{@link #getDataValue() <em>Data Value</em>}' attribute.↵ | | 13 | * The default value of the '{@link #getDataValue() <em>Data Value</em>}' attribute.↵
|
14 | * <!-- begin-user-doc -->↵ | | 14 | * <!-- begin-user-doc -->↵
|
15 | * <!-- end-user-doc -->↵ | | 15 | * <!-- end-user-doc -->↵
|
16 | * @see #getDataValue()↵ | | 16 | * @see #getDataValue()↵
|
17 | * @generated↵ | | 17 | * @generated↵
|
18 | * @ordered↵ | | 18 | * @ordered↵
|
19 | */↵ | | 19 | */↵
|
20 | protected static final String DATA_VALUE_EDEFAULT = null; | | 20 | protected static final String DATA_VALUE_EDEFAULT = null;
|