Changeset 2d81bf0e2ed8217c6cb2a26fcb22d09b8441f7a3 for org.axdt.axdoc.model/src/org/axdt/axdoc/model/AXDocPackage.java
- Timestamp:
- 06/28/09 23:36:50 (15 months ago)
- Children:
- 69d1ca8cf4ab8b63f93d4467f3d504c0ffdfabb7
- Parents:
- 82cecb85d4b9fff471d3eadd986735ad736c6c3f
- git-author:
- mb0 <mb0@…> (06/09/09 21:53:24)
- git-committer:
- mb0 <mb0@…> (06/28/09 23:36:50)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
org.axdt.axdoc.model/src/org/axdt/axdoc/model/AXDocPackage.java
r85b4650 r2d81bf0 592 592 593 593 /** 594 * The feature id for the '<em><b>Dirty</b></em>' attribute. 595 * <!-- begin-user-doc --> 596 * <!-- end-user-doc --> 597 * @generated 598 * @ordered 599 */ 600 int AX_ROOT__DIRTY = AX_INDEX_FEATURE_COUNT + 3; 601 602 /** 594 603 * The number of structural features of the '<em>AX Root</em>' class. 595 604 * <!-- begin-user-doc --> … … 598 607 * @ordered 599 608 */ 600 int AX_ROOT_FEATURE_COUNT = AX_INDEX_FEATURE_COUNT + 3;609 int AX_ROOT_FEATURE_COUNT = AX_INDEX_FEATURE_COUNT + 4; 601 610 602 611 /** … … 947 956 */ 948 957 EAttribute getAXRoot_RootLevel(); 958 959 /** 960 * Returns the meta object for the attribute '{@link org.axdt.axdoc.model.AXRoot#isDirty <em>Dirty</em>}'. 961 * <!-- begin-user-doc --> 962 * <!-- end-user-doc --> 963 * @return the meta object for the attribute '<em>Dirty</em>'. 964 * @see org.axdt.axdoc.model.AXRoot#isDirty() 965 * @see #getAXRoot() 966 * @generated 967 */ 968 EAttribute getAXRoot_Dirty(); 949 969 950 970 /** … … 1307 1327 1308 1328 /** 1329 * The meta object literal for the '<em><b>Dirty</b></em>' attribute feature. 1330 * <!-- begin-user-doc --> 1331 * <!-- end-user-doc --> 1332 * @generated 1333 */ 1334 EAttribute AX_ROOT__DIRTY = eINSTANCE.getAXRoot_Dirty(); 1335 1336 /** 1309 1337 * The meta object literal for the '{@link org.axdt.axdoc.model.impl.AXEntryImpl <em>AX Entry</em>}' class. 1310 1338 * <!-- begin-user-doc -->
