1 17 package org.eclipse.emf.mapping.ecore2ecore; 18 19 20 import org.eclipse.emf.ecore.EClass; 21 import org.eclipse.emf.ecore.EPackage; 22 23 import org.eclipse.emf.mapping.MappingPackage; 24 25 26 41 public interface Ecore2EcorePackage extends EPackage 42 { 43 49 String eNAME = "ecore2ecore"; 51 57 String eNS_URI = "http://www.eclipse.org/emf/2004/Ecore2Ecore"; 59 65 String eNS_PREFIX = "ecore2ecore"; 67 73 Ecore2EcorePackage eINSTANCE = org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcorePackageImpl.init(); 74 75 83 int ECORE2_ECORE_MAPPING_ROOT = 0; 84 85 92 int ECORE2_ECORE_MAPPING_ROOT__HELPER = MappingPackage.MAPPING_ROOT__HELPER; 93 94 101 int ECORE2_ECORE_MAPPING_ROOT__NESTED = MappingPackage.MAPPING_ROOT__NESTED; 102 103 110 int ECORE2_ECORE_MAPPING_ROOT__NESTED_IN = MappingPackage.MAPPING_ROOT__NESTED_IN; 111 112 119 int ECORE2_ECORE_MAPPING_ROOT__INPUTS = MappingPackage.MAPPING_ROOT__INPUTS; 120 121 128 int ECORE2_ECORE_MAPPING_ROOT__OUTPUTS = MappingPackage.MAPPING_ROOT__OUTPUTS; 129 130 137 int ECORE2_ECORE_MAPPING_ROOT__TYPE_MAPPING = MappingPackage.MAPPING_ROOT__TYPE_MAPPING; 138 139 146 int ECORE2_ECORE_MAPPING_ROOT__OUTPUT_READ_ONLY = MappingPackage.MAPPING_ROOT__OUTPUT_READ_ONLY; 147 148 155 int ECORE2_ECORE_MAPPING_ROOT__TOP_TO_BOTTOM = MappingPackage.MAPPING_ROOT__TOP_TO_BOTTOM; 156 157 164 int ECORE2_ECORE_MAPPING_ROOT__COMMAND_STACK = MappingPackage.MAPPING_ROOT__COMMAND_STACK; 165 166 173 int ECORE2_ECORE_MAPPING_ROOT_FEATURE_COUNT = MappingPackage.MAPPING_ROOT_FEATURE_COUNT + 0; 174 175 183 EClass getEcore2EcoreMappingRoot(); 184 185 192 Ecore2EcoreFactory getEcore2EcoreFactory(); 193 194 } | Popular Tags |