Skip navigation links
Eclipse Modeling Framework Ecore 2.29 API Specification
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

M

MalformedURIException() - Constructor for exception org.eclipse.emf.ecore.xml.type.internal.DataValue.URI.MalformedURIException
Constructs a MalformedURIException with no specified detail message.
MalformedURIException(String) - Constructor for exception org.eclipse.emf.ecore.xml.type.internal.DataValue.URI.MalformedURIException
Constructs a MalformedURIException with the specified detail message.
MANY_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.ETypedElementImpl
The default value of the 'Many' attribute.
MANY_INVERSE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
MANY_INVERSE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
MANY_INVERSE_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
MANY_INVERSE_RESOLVE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
MANY_INVERSE_RESOLVE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
MANY_INVERSE_RESOLVE_UNSETTABLE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
MANY_INVERSE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
MANY_INVERSE_UNSETTABLE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
ManyInverse(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseEList.ManyInverse
 
ManyInverse(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable.ManyInverse
 
ManyInverse(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.ManyInverse
 
ManyInverse(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.Unsettable.ManyInverse
 
map - Variable in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
map(URI, Resource) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator
Creates a resource map entry for the resource with the given normalized URI.
map() - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Returns a map view that implements ExtensibleURIConverterImpl.URIMap.
MappedResourceLocator(ResourceSetImpl) - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator
Creates an instance of the given resource set.
MappingEntryImpl(int, URI, URI) - Constructor for class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.MappingEntryImpl
Creates an instance.
MARKER - Static variable in interface org.eclipse.emf.ecore.EValidator
This is the ID used for Eclipse markers which are based on diagnostics.
MASK_CONTENT - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Content character mask.
MASK_NAME - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Name character mask.
MASK_NAME_START - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Name start character mask.
MASK_NCNAME - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
NCName character mask.
MASK_NCNAME_START - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
NCName start character mask.
MASK_PUBID - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Pubid character mask.
MASK_SPACE - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Space character mask.
MASK_VALID - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Valid character mask.
matches(String) - Method in interface org.eclipse.emf.ecore.EValidator.PatternMatcher
Returns whether the string value matches the pattern.
matches(List<String>, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
matches(String, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
matches(List<String>, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Tests whether any of a list of wildcards matches a given namespace.
matches(String, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Tests whether a wildcard matches a given namespace.
matches(char[]) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern or not.
matches(char[], int, int) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern in specified range or not.
matches(char[], RegEx.Match) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern or not.
matches(char[], int, int, RegEx.Match) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern in specified range or not.
matches(String) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern or not.
matches(String, int, int) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern in specified range or not.
matches(String, RegEx.Match) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern or not.
matches(String, int, int, RegEx.Match) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern in specified range or not.
matches(CharacterIterator) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern or not.
matches(CharacterIterator, RegEx.Match) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern or not.
matchingTypeArguments(<any>, <any>, Map<? extends ETypeParameter, ? extends EGenericType>) - Static method in class org.eclipse.emf.ecore.util.EcoreValidator
 
memberTypes - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
memberTypes - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
merge(Notification) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureENotificationImpl
 
mergeMaps(Map<?, ?>, Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Merges 2 maps, without changing any of them.
metaObjectID - Variable in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
MinimalEObjectImpl - Class in org.eclipse.emf.ecore.impl
A space compact implementation of the model object 'EObject'.
MinimalEObjectImpl() - Constructor for class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
Creates a minimal EObject.
MinimalEObjectImpl.Container - Class in org.eclipse.emf.ecore.impl
 
MinimalEObjectImpl.Container.Dynamic - Class in org.eclipse.emf.ecore.impl
 
MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry<K,V> - Class in org.eclipse.emf.ecore.impl
 
MinimalEStoreEObjectImpl - Class in org.eclipse.emf.ecore.impl
A minimal abstract implementation of 'EObject' that delegates to a store.
MinimalEStoreEObjectImpl() - Constructor for class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
Creates a store-based EObject.
MinimalEStoreEObjectImpl(EClass) - Constructor for class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
Creates a store-based EObject.
MISSING_ENTRY - Static variable in class org.eclipse.emf.ecore.util.BasicEAnnotationValidator
 
MISSING_REQUIRED_ENTRY_VALUE - Static variable in class org.eclipse.emf.ecore.util.BasicEAnnotationValidator
 
mixed - Variable in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
The cached value of the 'Mixed' attribute list.
mixed - Variable in class org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl
The cached value of the 'Mixed' attribute list.
mixed - Variable in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
The cached value of the 'Mixed' attribute list.
MIXED_CONTENT - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The content kind ID specifying mixed content.
modelPackage - Static variable in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
The cached model package.
modelPackage - Static variable in class org.eclipse.emf.ecore.util.EcoreSwitch
The cached model package
modelSwitch - Variable in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
The switch that delegates to the createXXX methods.
modificationCount() - Method in interface org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.URIMap.Internal
 
modificationCount() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator
modificationCount() - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Provides access to the modification count for use in URIMappingRegistryImpl.URIMapImpl.modificationCount().
modificationCount() - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.URIMapImpl
modificationTrackingAdapter - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The modification tracking adapter.
ModificationTrackingAdapter() - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ModificationTrackingAdapter
 
modified() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
modifiedState - Variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
move(InternalEObject, EStructuralFeature, int, int) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
move(InternalEObject, EStructuralFeature, int, int) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Moves the value at the source index in the content of the object's feature to the target index.
move(int, E) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
move(int, int) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
move(int, int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
move(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
move(EStructuralFeature, int, int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
move(int, int) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
move(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
move(EStructuralFeature, int, int) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
move(int, Object) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
move(int, int) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
move(EStructuralFeature, int, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
move(EStructuralFeature, int, int) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
move(int, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
move(int, int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
move(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
move(EStructuralFeature, int, int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
multiply(BigDecimal) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links
Eclipse Modeling Framework Ecore 2.29 API Specification

Copyright © 2022. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature