| Package | Description |
|---|---|
| org.eclipse.emf.ecore.impl |
Provides an implementation of Ecore.
|
| org.eclipse.emf.ecore.util |
Provides utilities.
|
| org.eclipse.emf.ecore.xml.namespace | |
| org.eclipse.emf.ecore.xml.namespace.impl | |
| org.eclipse.emf.ecore.xml.type | |
| org.eclipse.emf.ecore.xml.type.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
EStoreEObjectImpl.BasicEStoreFeatureMap
A feature map that delegates to a store.
|
static class |
EStoreEObjectImpl.EStoreFeatureMap
A feature map that delegates to a store.
|
| Modifier and Type | Method and Description |
|---|---|
protected FeatureMap |
MinimalEStoreEObjectImpl.createFeatureMap(EStructuralFeature eStructuralFeature) |
protected FeatureMap |
EStoreEObjectImpl.createFeatureMap(EStructuralFeature eStructuralFeature) |
protected FeatureMap |
DynamicEStoreEObjectImpl.createFeatureMap(EStructuralFeature eStructuralFeature) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FeatureMap.Internal |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicFeatureMap |
class |
DelegatingFeatureMap |
static class |
FeatureMapUtil.FeatureFeatureMap |
| Modifier and Type | Method and Description |
|---|---|
FeatureMap |
FeatureMapUtil.FeatureFeatureMap.featureMap() |
FeatureMap |
FeatureMap.Internal.Wrapper.featureMap() |
FeatureMap |
DelegatingFeatureMap.featureMap() |
FeatureMap |
DelegatingFeatureMap.FeatureMapEObjectImpl.featureMap() |
FeatureMap |
BasicFeatureMap.featureMap() |
FeatureMap |
BasicFeatureMap.FeatureMapEObjectImpl.featureMap() |
| Modifier and Type | Method and Description |
|---|---|
static void |
FeatureMapUtil.addCDATA(FeatureMap featureMap,
int index,
java.lang.String cdata) |
static void |
FeatureMapUtil.addCDATA(FeatureMap featureMap,
java.lang.String cdata) |
static void |
FeatureMapUtil.addComment(FeatureMap featureMap,
int index,
java.lang.String comment) |
static void |
FeatureMapUtil.addComment(FeatureMap featureMap,
java.lang.String comment) |
static void |
FeatureMapUtil.addProcessingInstruction(FeatureMap featureMap,
int index,
java.lang.String target,
java.lang.String data) |
static void |
FeatureMapUtil.addProcessingInstruction(FeatureMap featureMap,
java.lang.String target,
java.lang.String data) |
static void |
FeatureMapUtil.addText(FeatureMap featureMap,
int index,
java.lang.String text) |
static void |
FeatureMapUtil.addText(FeatureMap featureMap,
java.lang.String text) |
protected void |
EcoreUtil.Copier.copyFeatureMap(FeatureMap featureMap)
Call to handle copying the contained objects within a feature map.
|
protected boolean |
EcoreUtil.EqualityHelper.equalFeatureMaps(FeatureMap featureMap1,
FeatureMap featureMap2)
Returns whether the two feature maps are
equal. |
boolean |
EcoreValidator.validateEFeatureMap(FeatureMap eFeatureMap,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Modifier and Type | Method and Description |
|---|---|
FeatureMap |
XMLNamespaceDocumentRoot.getMixed()
Returns the value of the 'Mixed' attribute list.
|
| Modifier and Type | Field and Description |
|---|---|
protected FeatureMap |
XMLNamespaceDocumentRootImpl.mixed
The cached value of the '
Mixed' attribute list. |
| Modifier and Type | Method and Description |
|---|---|
FeatureMap |
XMLNamespaceDocumentRootImpl.getMixed() |
| Modifier and Type | Method and Description |
|---|---|
FeatureMap |
AnyType.getAny()
Returns the value of the 'Any' attribute list.
|
FeatureMap |
AnyType.getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list.
|
FeatureMap |
XMLTypeDocumentRoot.getMixed()
Returns the value of the 'Mixed' attribute list.
|
FeatureMap |
AnyType.getMixed()
Returns the value of the 'Mixed' attribute list.
|
| Modifier and Type | Field and Description |
|---|---|
protected FeatureMap |
AnyTypeImpl.anyAttribute
The cached value of the '
Any Attribute' attribute list. |
protected FeatureMap |
XMLTypeDocumentRootImpl.mixed
The cached value of the '
Mixed' attribute list. |
protected FeatureMap |
AnyTypeImpl.mixed
The cached value of the '
Mixed' attribute list. |
| Modifier and Type | Method and Description |
|---|---|
FeatureMap |
AnyTypeImpl.getAny() |
FeatureMap |
AnyTypeImpl.getAnyAttribute() |
FeatureMap |
XMLTypeDocumentRootImpl.getMixed() |
FeatureMap |
AnyTypeImpl.getMixed() |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature