Java Code Examples for org.eclipse.emf.ecore.util.EcoreEMap
The following examples show how to use
org.eclipse.emf.ecore.util.EcoreEMap.
These examples are extracted from open source projects.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source Project: ADT_Frontend Author: abapGit File: DocumentRootImpl.java License: MIT License | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public EMap<String, String> getXMLNSPrefixMap() { if (xMLNSPrefixMap == null) { xMLNSPrefixMap = new EcoreEMap<String,String>(EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, IAbapgitrepositoriesPackage.DOCUMENT_ROOT__XMLNS_PREFIX_MAP); } return xMLNSPrefixMap; }
Example #2
Source Project: ADT_Frontend Author: abapGit File: DocumentRootImpl.java License: MIT License | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public EMap<String, String> getXSISchemaLocation() { if (xSISchemaLocation == null) { xSISchemaLocation = new EcoreEMap<String,String>(EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, IAbapgitrepositoriesPackage.DOCUMENT_ROOT__XSI_SCHEMA_LOCATION); } return xSISchemaLocation; }
Example #3
Source Project: ADT_Frontend Author: abapGit File: DocumentRootImpl.java License: MIT License | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public EMap<String, String> getXMLNSPrefixMap() { if (xMLNSPrefixMap == null) { xMLNSPrefixMap = new EcoreEMap<String,String>(EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, IAbapgitexternalrepoPackage.DOCUMENT_ROOT__XMLNS_PREFIX_MAP); } return xMLNSPrefixMap; }
Example #4
Source Project: ADT_Frontend Author: abapGit File: DocumentRootImpl.java License: MIT License | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public EMap<String, String> getXSISchemaLocation() { if (xSISchemaLocation == null) { xSISchemaLocation = new EcoreEMap<String,String>(EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, IAbapgitexternalrepoPackage.DOCUMENT_ROOT__XSI_SCHEMA_LOCATION); } return xSISchemaLocation; }
Example #5
Source Project: ADT_Frontend Author: abapGit File: DocumentRootImpl.java License: MIT License | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, String> getXMLNSPrefixMap() { if (xMLNSPrefixMap == null) { xMLNSPrefixMap = new EcoreEMap<String,String>(EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, IAbapgitstagingPackage.DOCUMENT_ROOT__XMLNS_PREFIX_MAP); } return xMLNSPrefixMap; }
Example #6
Source Project: ADT_Frontend Author: abapGit File: DocumentRootImpl.java License: MIT License | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, String> getXSISchemaLocation() { if (xSISchemaLocation == null) { xSISchemaLocation = new EcoreEMap<String,String>(EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, IAbapgitstagingPackage.DOCUMENT_ROOT__XSI_SCHEMA_LOCATION); } return xSISchemaLocation; }
Example #7
Source Project: ADT_Frontend Author: abapGit File: DocumentRootImpl.java License: MIT License | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public EMap<String, String> getXMLNSPrefixMap() { if (xMLNSPrefixMap == null) { xMLNSPrefixMap = new EcoreEMap<String,String>(EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, IAbapObjectsPackage.DOCUMENT_ROOT__XMLNS_PREFIX_MAP); } return xMLNSPrefixMap; }
Example #8
Source Project: ADT_Frontend Author: abapGit File: DocumentRootImpl.java License: MIT License | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public EMap<String, String> getXSISchemaLocation() { if (xSISchemaLocation == null) { xSISchemaLocation = new EcoreEMap<String,String>(EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, IAbapObjectsPackage.DOCUMENT_ROOT__XSI_SCHEMA_LOCATION); } return xSISchemaLocation; }
Example #9
Source Project: neoscada Author: eclipse File: SymbolReferenceImpl.java License: Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, String> getProperties () { if ( properties == null ) { properties = new EcoreEMap<String, String> ( VisualInterfacePackage.Literals.STRING_TO_STRING_MAP, StringToStringMapImpl.class, this, VisualInterfacePackage.SYMBOL_REFERENCE__PROPERTIES ); } return properties; }
Example #10
Source Project: neoscada Author: eclipse File: SymbolImpl.java License: Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, String> getProperties () { if ( properties == null ) { properties = new EcoreEMap<String, String> ( VisualInterfacePackage.Literals.STRING_TO_STRING_MAP, StringToStringMapImpl.class, this, VisualInterfacePackage.SYMBOL__PROPERTIES ); } return properties; }
Example #11
Source Project: neoscada Author: eclipse File: DocumentRootImpl.java License: Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, String> getXMLNSPrefixMap () { if ( xMLNSPrefixMap == null ) { xMLNSPrefixMap = new EcoreEMap<String, String> ( EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, ExporterPackage.DOCUMENT_ROOT__XMLNS_PREFIX_MAP ); } return xMLNSPrefixMap; }
Example #12
Source Project: neoscada Author: eclipse File: DocumentRootImpl.java License: Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, String> getXSISchemaLocation () { if ( xSISchemaLocation == null ) { xSISchemaLocation = new EcoreEMap<String, String> ( EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, ExporterPackage.DOCUMENT_ROOT__XSI_SCHEMA_LOCATION ); } return xSISchemaLocation; }
Example #13
Source Project: neoscada Author: eclipse File: DocumentRootImpl.java License: Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, String> getXMLNSPrefixMap () { if ( xMLNSPrefixMap == null ) { xMLNSPrefixMap = new EcoreEMap<String, String> ( EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, ConfigurationPackage.DOCUMENT_ROOT__XMLNS_PREFIX_MAP ); } return xMLNSPrefixMap; }
Example #14
Source Project: neoscada Author: eclipse File: DocumentRootImpl.java License: Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, String> getXSISchemaLocation () { if ( xSISchemaLocation == null ) { xSISchemaLocation = new EcoreEMap<String, String> ( EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, ConfigurationPackage.DOCUMENT_ROOT__XSI_SCHEMA_LOCATION ); } return xSISchemaLocation; }
Example #15
Source Project: neoscada Author: eclipse File: DocumentRootImpl.java License: Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, String> getXMLNSPrefixMap () { if ( xMLNSPrefixMap == null ) { xMLNSPrefixMap = new EcoreEMap<String, String> ( EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, ConfigurationPackage.DOCUMENT_ROOT__XMLNS_PREFIX_MAP ); } return xMLNSPrefixMap; }
Example #16
Source Project: neoscada Author: eclipse File: DocumentRootImpl.java License: Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, String> getXSISchemaLocation () { if ( xSISchemaLocation == null ) { xSISchemaLocation = new EcoreEMap<String, String> ( EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, ConfigurationPackage.DOCUMENT_ROOT__XSI_SCHEMA_LOCATION ); } return xSISchemaLocation; }
Example #17
Source Project: neoscada Author: eclipse File: DocumentRootImpl.java License: Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, String> getXMLNSPrefixMap () { if ( xMLNSPrefixMap == null ) { xMLNSPrefixMap = new EcoreEMap<String, String> ( EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, ConfigurationPackage.DOCUMENT_ROOT__XMLNS_PREFIX_MAP ); } return xMLNSPrefixMap; }
Example #18
Source Project: neoscada Author: eclipse File: DocumentRootImpl.java License: Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, String> getXSISchemaLocation () { if ( xSISchemaLocation == null ) { xSISchemaLocation = new EcoreEMap<String, String> ( EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, ConfigurationPackage.DOCUMENT_ROOT__XSI_SCHEMA_LOCATION ); } return xSISchemaLocation; }
Example #19
Source Project: Knowage-Server Author: KnowageLabs File: ModelObjectImpl.java License: GNU Affero General Public License v3.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, ModelProperty> getProperties() { if (properties == null) { properties = new EcoreEMap<String,ModelProperty>(ModelPackage.Literals.MODEL_PROPERTY_MAP_ENTRY, ModelPropertyMapEntryImpl.class, this, ModelPackage.MODEL_OBJECT__PROPERTIES); } return properties; }
Example #20
Source Project: Knowage-Server Author: KnowageLabs File: ModelObjectImpl.java License: GNU Affero General Public License v3.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, ModelProperty> getProperties() { if (properties == null) { properties = new EcoreEMap<String,ModelProperty>(ModelPackage.Literals.MODEL_PROPERTY_MAP_ENTRY, ModelPropertyMapEntryImpl.class, this, ModelPackage.MODEL_OBJECT__PROPERTIES); } return properties; }
Example #21
Source Project: xtext-eclipse Author: eclipse File: EObjectDescriptionImpl.java License: Eclipse Public License 2.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public EMap<String, String> getUserData() { if (userData == null) { userData = new EcoreEMap.Unsettable<String,String>(BuilderStatePackage.Literals.USER_DATA_ENTRY, UserDataEntryImpl.class, this, BuilderStatePackage.EOBJECT_DESCRIPTION__USER_DATA); } return userData; }
Example #22
Source Project: hybris-commerce-eclipse-plugin Author: SAP File: DocumentRootImpl.java License: Apache License 2.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, String> getXMLNSPrefixMap() { if (xMLNSPrefixMap == null) { xMLNSPrefixMap = new EcoreEMap<String,String>(EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, BeansPackage.DOCUMENT_ROOT__XMLNS_PREFIX_MAP); } return xMLNSPrefixMap; }
Example #23
Source Project: hybris-commerce-eclipse-plugin Author: SAP File: DocumentRootImpl.java License: Apache License 2.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, String> getXSISchemaLocation() { if (xSISchemaLocation == null) { xSISchemaLocation = new EcoreEMap<String,String>(EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY, EStringToStringMapEntryImpl.class, this, BeansPackage.DOCUMENT_ROOT__XSI_SCHEMA_LOCATION); } return xSISchemaLocation; }
Example #24
Source Project: kieker Author: kieker-monitoring File: DeploymentContextImpl.java License: Apache License 2.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, DeployedComponent> getComponents() { if (components == null) { components = new EcoreEMap<String,DeployedComponent>(DeploymentPackage.Literals.ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY, EStringToDeployedComponentMapEntryImpl.class, this, DeploymentPackage.DEPLOYMENT_CONTEXT__COMPONENTS); } return components; }
Example #25
Source Project: kieker Author: kieker-monitoring File: DeployedComponentImpl.java License: Apache License 2.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, DeployedOperation> getContainedOperations() { if (containedOperations == null) { containedOperations = new EcoreEMap<String,DeployedOperation>(DeploymentPackage.Literals.ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY, EStringToDeployedOperationMapEntryImpl.class, this, DeploymentPackage.DEPLOYED_COMPONENT__CONTAINED_OPERATIONS); } return containedOperations; }
Example #26
Source Project: kieker Author: kieker-monitoring File: DeploymentModelImpl.java License: Apache License 2.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, DeploymentContext> getDeploymentContexts() { if (deploymentContexts == null) { deploymentContexts = new EcoreEMap<String,DeploymentContext>(DeploymentPackage.Literals.ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY, EStringToDeploymentContextMapEntryImpl.class, this, DeploymentPackage.DEPLOYMENT_MODEL__DEPLOYMENT_CONTEXTS); } return deploymentContexts; }
Example #27
Source Project: kieker Author: kieker-monitoring File: AssemblyModelImpl.java License: Apache License 2.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, AssemblyComponent> getAssemblyComponents() { if (assemblyComponents == null) { assemblyComponents = new EcoreEMap<String,AssemblyComponent>(AssemblyPackage.Literals.ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY, EStringToAssemblyComponentMapEntryImpl.class, this, AssemblyPackage.ASSEMBLY_MODEL__ASSEMBLY_COMPONENTS); } return assemblyComponents; }
Example #28
Source Project: kieker Author: kieker-monitoring File: AssemblyComponentImpl.java License: Apache License 2.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, AssemblyOperation> getAssemblyOperations() { if (assemblyOperations == null) { assemblyOperations = new EcoreEMap<String,AssemblyOperation>(AssemblyPackage.Literals.ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY, EStringToAssemblyOperationMapEntryImpl.class, this, AssemblyPackage.ASSEMBLY_COMPONENT__ASSEMBLY_OPERATIONS); } return assemblyOperations; }
Example #29
Source Project: kieker Author: kieker-monitoring File: ExecutionModelImpl.java License: Apache License 2.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<ComposedKey<DeployedOperation, DeployedOperation>, AggregatedInvocation> getAggregatedInvocations() { if (aggregatedInvocations == null) { aggregatedInvocations = new EcoreEMap<ComposedKey<DeployedOperation, DeployedOperation>,AggregatedInvocation>(ExecutionPackage.Literals.DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY, DeployedOperationsPairToAggregatedInvocationMapEntryImpl.class, this, ExecutionPackage.EXECUTION_MODEL__AGGREGATED_INVOCATIONS); } return aggregatedInvocations; }
Example #30
Source Project: kieker Author: kieker-monitoring File: TypeModelImpl.java License: Apache License 2.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EMap<String, ComponentType> getComponentTypes() { if (componentTypes == null) { componentTypes = new EcoreEMap<String,ComponentType>(TypePackage.Literals.ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY, EStringToComponentTypeMapEntryImpl.class, this, TypePackage.TYPE_MODEL__COMPONENT_TYPES); } return componentTypes; }