1 | String getFeatureName();↵ | | 1 | String getFeatureName();↵
|
|
2 | /**↵ | | 2 | /**↵
|
3 | * Sets the value of the '{@link org.eclipse.emf.ecore.change.FeatureChange#getFeatureName <em>Feature Name</em>}' attribute.↵ | | 3 | * Sets the value of the '{@link org.eclipse.emf.ecore.change.FeatureMapEntry#getFeatureName <em>Feature Name</em>}' attribute.↵
|
4 | * <!-- begin-user-doc -->↵ | | 4 | * <!-- begin-user-doc -->↵
|
5 | * <!-- end-user-doc -->↵ | | 5 | * <!-- end-user-doc -->↵
|
6 | * @param value the new value of the '<em>Feature Name</em>' attribute.↵ | | 6 | * @param value the new value of the '<em>Feature Name</em>' attribute.↵
|
7 | * @see #isSetFeatureName()↵ | | 7 | * @see #isSetFeatureName()↵
|
8 | * @see #unsetFeatureName()↵ | | 8 | * @see #unsetFeatureName()↵
|
9 | * @see #getFeatureName()↵ | | 9 | * @see #getFeatureName()↵
|
10 | * @generated↵ | | 10 | * @generated↵
|
11 | */↵ | | 11 | */↵
|
12 | void setFeatureName(String value);↵ | | 12 | void setFeatureName(String value);↵
|
|
13 | /**↵ | | 13 | /**↵
|
14 | * Unsets the value of the '{@link org.eclipse.emf.ecore.change.FeatureChange#getFeatureName <em>Feature Name</em>}' attribute.↵ | | 14 | * Unsets the value of the '{@link org.eclipse.emf.ecore.change.FeatureMapEntry#getFeatureName <em>Feature Name</em>}' attribute.↵
|
15 | * <!-- begin-user-doc -->↵ | | 15 | * <!-- begin-user-doc -->↵
|
16 | * <!-- end-user-doc -->↵ | | 16 | * <!-- end-user-doc -->↵
|
17 | * @see #isSetFeatureName()↵ | | 17 | * @see #isSetFeatureName()↵
|
18 | * @see #getFeatureName()↵ | | 18 | * @see #getFeatureName()↵
|
19 | * @see #setFeatureName(String)↵ | | 19 | * @see #setFeatureName(String)↵
|
20 | * @generated↵ | | 20 | * @generated↵
|
21 | */↵ | | 21 | */↵
|
22 | void unsetFeatureName();↵ | | 22 | void unsetFeatureName();↵
|
|
23 | /**↵ | | 23 | /**↵
|
24 | * Returns whether the value of the '{@link org.eclipse.emf.ecore.change.FeatureChange#getFeatureName <em>Feature Name</em>}' attribute is set.↵ | | 24 | * Returns whether the value of the '{@link org.eclipse.emf.ecore.change.FeatureMapEntry#getFeatureName <em>Feature Name</em>}' attribute is set.↵
|
25 | * <!-- begin-user-doc -->↵ | | 25 | * <!-- begin-user-doc -->↵
|
26 | * <!-- end-user-doc -->↵ | | 26 | * <!-- end-user-doc -->↵
|
27 | * @return whether the value of the '<em>Feature Name</em>' attribute is set.↵ | | 27 | * @return whether the value of the '<em>Feature Name</em>' attribute is set.↵
|
28 | * @see #unsetFeatureName()↵ | | 28 | * @see #unsetFeatureName()↵
|
29 | * @see #getFeatureName()↵ | | 29 | * @see #getFeatureName()↵
|
30 | * @see #setFeatureName(String)↵ | | 30 | * @see #setFeatureName(String)↵
|
31 | * @generated↵ | | 31 | * @generated↵
|
32 | */↵ | | 32 | */↵
|
33 | boolean isSetFeatureName();↵ | | 33 | boolean isSetFeatureName();↵
|
|
34 | /**↵ | | 34 | /**↵
|
35 | * Returns the value of the '<em><b>Data Value</b></em>' attribute.↵ | | 35 | * Returns the value of the '<em><b>Data Value</b></em>' attribute.↵
|
36 | * <!-- begin-user-doc -->↵ | | 36 | * <!-- begin-user-doc -->↵
|
37 | * <!-- end-user-doc -->↵ | | 37 | * <!-- end-user-doc -->↵
|
38 | * @return the value of the '<em>Data Value</em>' attribute.↵ | | 38 | * @return the value of the '<em>Data Value</em>' attribute.↵
|
39 | * @see #setDataValue(String)↵ | | 39 | * @see #setDataValue(String)↵
|
40 | * @see org.eclipse.emf.ecore.change.ChangePackage#getFeatureChange_DataValue()↵ | | 40 | * @see org.eclipse.emf.ecore.change.ChangePackage#getFeatureMapEntry_DataValue()↵
|
41 | * @model volatile="true"↵ | | 41 | * @model volatile="true"↵
|
42 | * @generated↵ | | 42 | * @generated↵
|
43 | */↵ | | 43 | */↵
|
44 | String getDataValue();↵ | | 44 | String getDataValue();↵
|
|
45 | /**↵ | | 45 | /**↵
|
46 | * Sets the value of the '{@link org.eclipse.emf.ecore.change.FeatureChange#getDataValue <em>Data Value</em>}' attribute.↵ | | 46 | * Sets the value of the '{@link org.eclipse.emf.ecore.change.FeatureMapEntry#getDataValue <em>Data Value</em>}' attribute.↵
|
47 | * <!-- begin-user-doc -->↵ | | 47 | * <!-- begin-user-doc -->↵
|
48 | * <!-- end-user-doc -->↵ | | 48 | * <!-- end-user-doc -->↵
|
49 | * @param value the new value of the '<em>Data Value</em>' attribute.↵ | | 49 | * @param value the new value of the '<em>Data Value</em>' attribute.↵
|
50 | * @see #getDataValue()↵ | | 50 | * @see #getDataValue()↵
|
51 | * @generated↵ | | 51 | * @generated↵
|
52 | */↵ | | 52 | */↵
|
53 | void setDataValue(String value); | | 53 | void setDataValue(String value);
|