| Package | Description |
|---|---|
| org.eclipse.emf.ecore.impl |
Provides an implementation of Ecore.
|
| org.eclipse.emf.ecore.util |
Provides utilities.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EStructuralFeatureImpl.BasicFeatureMapEntry |
static class |
EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry |
class |
EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry |
static class |
EStructuralFeatureImpl.SimpleContentFeatureMapEntry |
static class |
EStructuralFeatureImpl.SimpleFeatureMapEntry |
| Modifier and Type | Method and Description |
|---|---|
protected FeatureMap.Entry |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateGet(int index) |
protected FeatureMap.Entry |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateMove(int targetIndex,
int sourceIndex) |
protected FeatureMap.Entry |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateRemove(int index) |
protected FeatureMap.Entry |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateSet(int index,
FeatureMap.Entry object) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<FeatureMap.Entry> |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateBasicList() |
protected java.util.Iterator<FeatureMap.Entry> |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateIterator() |
protected java.util.List<FeatureMap.Entry> |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateList() |
protected java.util.ListIterator<FeatureMap.Entry> |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateListIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateAdd(FeatureMap.Entry object) |
protected void |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateAdd(int index,
FeatureMap.Entry object) |
protected FeatureMap.Entry |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateSet(int index,
FeatureMap.Entry object) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FeatureMap.Entry.Internal |
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureMapUtil.EntryImpl |
| Modifier and Type | Method and Description |
|---|---|
static FeatureMap.Entry |
FeatureMapUtil.createCDATAEntry(java.lang.String value) |
static FeatureMap.Entry |
FeatureMapUtil.createCommentEntry(java.lang.String value) |
static FeatureMap.Entry |
FeatureMapUtil.createEntry(EStructuralFeature eStructuralFeature,
java.lang.Object value) |
protected FeatureMap.Entry |
DelegatingFeatureMap.createEntry(EStructuralFeature eStructuralFeature,
java.lang.Object value) |
protected FeatureMap.Entry |
BasicFeatureMap.createEntry(EStructuralFeature eStructuralFeature,
java.lang.Object value) |
static FeatureMap.Entry |
FeatureMapUtil.createProcessingInstructionEntry(java.lang.String target,
java.lang.String data) |
static FeatureMap.Entry |
FeatureMapUtil.createTextEntry(java.lang.String value) |
FeatureMap.Entry |
DelegatingFeatureMap.doSet(int index,
FeatureMap.Entry object) |
FeatureMap.Entry |
BasicFeatureMap.doSet(int index,
FeatureMap.Entry object) |
FeatureMap.Entry |
DelegatingFeatureMap.move(int targetIndex,
int sourceIndex) |
FeatureMap.Entry |
BasicFeatureMap.move(int targetIndex,
int sourceIndex) |
protected FeatureMap.Entry |
DelegatingFeatureMap.resolve(int index,
FeatureMap.Entry entry) |
protected FeatureMap.Entry |
BasicFeatureMap.resolve(int index,
FeatureMap.Entry entry) |
FeatureMap.Entry |
DelegatingFeatureMap.set(int index,
FeatureMap.Entry object) |
FeatureMap.Entry |
BasicFeatureMap.set(int index,
FeatureMap.Entry object) |
protected FeatureMap.Entry |
DelegatingFeatureMap.validate(int index,
FeatureMap.Entry object) |
protected FeatureMap.Entry |
BasicFeatureMap.validate(int index,
FeatureMap.Entry object) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DelegatingFeatureMap.add(FeatureMap.Entry object) |
boolean |
BasicFeatureMap.add(FeatureMap.Entry object) |
void |
DelegatingFeatureMap.add(int index,
FeatureMap.Entry object) |
void |
BasicFeatureMap.add(int index,
FeatureMap.Entry object) |
void |
DelegatingFeatureMap.addUnique(FeatureMap.Entry object) |
void |
BasicFeatureMap.addUnique(FeatureMap.Entry object) |
protected boolean |
DelegatingFeatureMap.doAdd(FeatureMap.Entry object) |
protected boolean |
BasicFeatureMap.doAdd(FeatureMap.Entry object) |
void |
DelegatingFeatureMap.doAdd(int index,
FeatureMap.Entry object) |
void |
BasicFeatureMap.doAdd(int index,
FeatureMap.Entry object) |
FeatureMap.Entry |
DelegatingFeatureMap.doSet(int index,
FeatureMap.Entry object) |
FeatureMap.Entry |
BasicFeatureMap.doSet(int index,
FeatureMap.Entry object) |
protected E |
FeatureMapUtil.BasicFeatureEIterator.extractValue(FeatureMap.Entry entry) |
NotificationChain |
DelegatingFeatureMap.inverseAdd(FeatureMap.Entry object,
NotificationChain notifications) |
NotificationChain |
BasicFeatureMap.inverseAdd(FeatureMap.Entry object,
NotificationChain notifications) |
NotificationChain |
DelegatingFeatureMap.inverseRemove(FeatureMap.Entry object,
NotificationChain notifications) |
NotificationChain |
BasicFeatureMap.inverseRemove(FeatureMap.Entry object,
NotificationChain notifications) |
static boolean |
FeatureMapUtil.isCDATA(FeatureMap.Entry entry) |
static boolean |
FeatureMapUtil.isComment(FeatureMap.Entry entry) |
static boolean |
FeatureMapUtil.isProcessingInstruction(FeatureMap.Entry entry) |
static boolean |
FeatureMapUtil.isText(FeatureMap.Entry entry) |
protected FeatureMap.Entry |
DelegatingFeatureMap.resolve(int index,
FeatureMap.Entry entry) |
protected FeatureMap.Entry |
BasicFeatureMap.resolve(int index,
FeatureMap.Entry entry) |
FeatureMap.Entry |
DelegatingFeatureMap.set(int index,
FeatureMap.Entry object) |
FeatureMap.Entry |
BasicFeatureMap.set(int index,
FeatureMap.Entry object) |
NotificationChain |
DelegatingFeatureMap.shadowAdd(FeatureMap.Entry object,
NotificationChain notifications) |
NotificationChain |
BasicFeatureMap.shadowAdd(FeatureMap.Entry object,
NotificationChain notifications) |
NotificationChain |
DelegatingFeatureMap.shadowRemove(FeatureMap.Entry object,
NotificationChain notifications) |
NotificationChain |
BasicFeatureMap.shadowRemove(FeatureMap.Entry object,
NotificationChain notifications) |
NotificationChain |
DelegatingFeatureMap.shadowSet(FeatureMap.Entry oldObject,
FeatureMap.Entry newObject,
NotificationChain notifications) |
NotificationChain |
BasicFeatureMap.shadowSet(FeatureMap.Entry oldObject,
FeatureMap.Entry newObject,
NotificationChain notifications) |
protected FeatureMap.Entry |
DelegatingFeatureMap.validate(int index,
FeatureMap.Entry object) |
protected FeatureMap.Entry |
BasicFeatureMap.validate(int index,
FeatureMap.Entry object) |
boolean |
EcoreValidator.validateEFeatureMapEntry(FeatureMap.Entry eFeatureMapEntry,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DelegatingFeatureMap.addAll(java.util.Collection<? extends FeatureMap.Entry> collection) |
boolean |
BasicFeatureMap.addAll(java.util.Collection<? extends FeatureMap.Entry> collection) |
boolean |
DelegatingFeatureMap.addAll(int index,
java.util.Collection<? extends FeatureMap.Entry> collection) |
boolean |
BasicFeatureMap.addAll(int index,
java.util.Collection<? extends FeatureMap.Entry> collection) |
boolean |
FeatureMap.Internal.addAllUnique(java.util.Collection<? extends FeatureMap.Entry> collection) |
boolean |
DelegatingFeatureMap.addAllUnique(java.util.Collection<? extends FeatureMap.Entry> collection) |
boolean |
BasicFeatureMap.addAllUnique(java.util.Collection<? extends FeatureMap.Entry> collection) |
boolean |
DelegatingFeatureMap.doAddAll(java.util.Collection<? extends FeatureMap.Entry> collection) |
boolean |
BasicFeatureMap.doAddAll(java.util.Collection<? extends FeatureMap.Entry> collection) |
boolean |
DelegatingFeatureMap.doAddAll(int index,
java.util.Collection<? extends FeatureMap.Entry> collection) |
boolean |
BasicFeatureMap.doAddAll(int index,
java.util.Collection<? extends FeatureMap.Entry> collection) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature