Serialized Form


Package org.eclipse.emf.common.notify.impl

Class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList extends BasicEList implements Serializable

Serialized Fields

notifier

Notifier notifier

safe

boolean safe

Class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl extends DelegatingEList implements Serializable

Class org.eclipse.emf.common.notify.impl.NotificationChainImpl extends BasicEList implements Serializable

Class org.eclipse.emf.common.notify.impl.NotifyingListImpl extends BasicEList implements Serializable


Package org.eclipse.emf.common.util

Class org.eclipse.emf.common.util.AbstractTreeIterator extends BasicEList implements Serializable

Serialized Fields

includeRoot

boolean includeRoot
Whether the first call to next returns the initial root object or begins with the first child of the root object.


object

Object object
The root object for which the iteration is initiated.


nextPruneIterator

Iterator nextPruneIterator
The iterator that would be cut short by a call to AbstractTreeIterator.prune().


nextRemoveIterator

Iterator nextRemoveIterator
The iterator to which a AbstractTreeIterator.remove() call will delegated.

Class org.eclipse.emf.common.util.BasicEList extends AbstractList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream objectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream objectOutputStream)
                  throws IOException
Serialized Fields

size

int size
The size of the list.

Class org.eclipse.emf.common.util.BasicEList.BasicIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable

Class org.eclipse.emf.common.util.BasicEList.FastCompare extends BasicEList implements Serializable

Class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList extends BasicEList implements Serializable

Class org.eclipse.emf.common.util.BasicEMap extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream objectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream objectOutputStream)
                  throws IOException
Serialized Fields

size

int size
The size of the map.

Class org.eclipse.emf.common.util.DelegatingEList extends AbstractList implements Serializable

Class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList extends DelegatingEList implements Serializable

Serialized Fields

underlyingList

List underlyingList

Class org.eclipse.emf.common.util.DiagnosticException extends Exception implements Serializable

Serialized Fields

diagnostic

Diagnostic diagnostic

Class org.eclipse.emf.common.util.UniqueEList extends BasicEList implements Serializable

Class org.eclipse.emf.common.util.UniqueEList.FastCompare extends UniqueEList implements Serializable

Class org.eclipse.emf.common.util.WrappedException extends RuntimeException implements Serializable


Package org.eclipse.emf.ecore.impl

Class org.eclipse.emf.ecore.impl.EPackageRegistryImpl extends HashMap implements Serializable

Serialized Fields

delegateRegistry

EPackage.Registry delegateRegistry
The delegate registry.

Class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEList extends DelegatingEcoreEList.Dynamic implements Serializable

Serialized Fields

store

InternalEObject.EStore store

Class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreFeatureMap extends DelegatingFeatureMap implements Serializable

Serialized Fields

store

InternalEObject.EStore store

Class org.eclipse.emf.ecore.impl.EValidatorRegistryImpl extends HashMap implements Serializable

Serialized Fields

delegateRegistry

EValidator.Registry delegateRegistry


Package org.eclipse.emf.ecore.resource

Class org.eclipse.emf.ecore.resource.Resource.IOWrappedException extends IOException implements Serializable


Package org.eclipse.emf.ecore.resource.impl

Class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList extends NotifyingListImpl implements Serializable

Class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList extends NotifyingListImpl implements Serializable

Class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl extends BasicEMap implements Serializable

Serialized Fields

prefixMaps

BasicEList prefixMaps
A list of lists of prefix URIs; it is indexed by segment count to yield a list of prefixes of that length.


Package org.eclipse.emf.ecore.util

Class org.eclipse.emf.ecore.util.BasicFeatureMap extends EDataTypeEList implements Serializable

Serialized Fields

wrapper

FeatureMap.Internal.Wrapper wrapper

featureMapValidator

FeatureMapUtil.Validator featureMapValidator

Class org.eclipse.emf.ecore.util.BasicInternalEList extends BasicEList implements Serializable

Serialized Fields

dataClass

Class dataClass

Class org.eclipse.emf.ecore.util.DelegatingEcoreEList extends DelegatingNotifyingListImpl implements Serializable

Serialized Fields

owner

InternalEObject owner

Class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Dynamic extends DelegatingEcoreEList.Generic implements Serializable

Serialized Fields

eStructuralFeature

EStructuralFeature eStructuralFeature

Class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic extends DelegatingEcoreEList implements Serializable

Serialized Fields

kind

int kind

Class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList extends DelegatingEList.UnmodifiableEList implements Serializable

Serialized Fields

owner

InternalEObject owner

eStructuralFeature

EStructuralFeature eStructuralFeature

Class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Unsettable extends DelegatingEcoreEList implements Serializable

Serialized Fields

isSet

boolean isSet

Class org.eclipse.emf.ecore.util.DelegatingFeatureMap extends DelegatingEcoreEList implements Serializable

Serialized Fields

wrapper

FeatureMap.Internal.Wrapper wrapper

featureMapValidator

FeatureMapUtil.Validator featureMapValidator

eStructuralFeature

EStructuralFeature eStructuralFeature

Class org.eclipse.emf.ecore.util.EcoreEList extends NotifyingListImpl implements Serializable

Serialized Fields

dataClass

Class dataClass

owner

InternalEObject owner

Class org.eclipse.emf.ecore.util.EcoreEList.Dynamic extends EcoreEList.Generic implements Serializable

Serialized Fields

eStructuralFeature

EStructuralFeature eStructuralFeature

Class org.eclipse.emf.ecore.util.EcoreEList.Generic extends EcoreEList implements Serializable

Serialized Fields

kind

int kind

Class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList extends BasicEList.UnmodifiableEList implements Serializable

Serialized Fields

owner

InternalEObject owner

eStructuralFeature

EStructuralFeature eStructuralFeature

Class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList.FastCompare extends EcoreEList.UnmodifiableEList implements Serializable

Class org.eclipse.emf.ecore.util.EcoreEMap extends BasicEMap implements Serializable

Serialized Fields

entryEClass

EClass entryEClass

entryClass

Class entryClass

Class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentEList extends EObjectContainmentEList implements Serializable

Class org.eclipse.emf.ecore.util.EcoreEMap.Unsettable extends EcoreEMap implements Serializable

Class org.eclipse.emf.ecore.util.EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentEList extends EcoreEMap.DelegateEObjectContainmentEList implements Serializable

Serialized Fields

isSet

boolean isSet

Class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator extends AbstractTreeIterator implements Serializable

Serialized Fields

isResolveProxies

boolean isResolveProxies
Whether proxies should be resolved.


resourceSetIterator

EcoreUtil.ContentTreeIterator.ResourcesIterator resourceSetIterator
The most recently created iterator over a resource set's resources. This iterator needs special handling because it returns true for hasNext() even when the list is exhausted. This ensures that any growth in the resources list will not be overlooked.

Class org.eclipse.emf.ecore.util.EcoreUtil.Copier extends HashMap implements Serializable

Serialized Fields

resolveProxies

boolean resolveProxies
Whether proxies should be resolved during copying.

Class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer extends HashMap implements Serializable

Serialized Fields

emfObjects

Collection emfObjects
The collection of objects being cross referenced.

Class org.eclipse.emf.ecore.util.EcoreUtil.EqualityHelper extends HashMap implements Serializable

Class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer extends EcoreUtil.CrossReferencer implements Serializable

Class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer extends EcoreUtil.CrossReferencer implements Serializable

Class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer extends EcoreUtil.CrossReferencer implements Serializable

Class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer extends EcoreUtil.CrossReferencer implements Serializable

Serialized Fields

eObjectsOfInterest

Collection eObjectsOfInterest
The collection of usage target objects.

Class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer extends EcoreUtil.CrossReferencer implements Serializable

Serialized Fields

proxyMap

Map proxyMap

Class org.eclipse.emf.ecore.util.EDataTypeEList extends EcoreEList implements Serializable

Serialized Fields

featureID

int featureID

Class org.eclipse.emf.ecore.util.EDataTypeEList.Unsettable extends EDataTypeEList implements Serializable

Serialized Fields

isSet

boolean isSet

Class org.eclipse.emf.ecore.util.EDataTypeUniqueEList extends EDataTypeEList implements Serializable

Class org.eclipse.emf.ecore.util.EDataTypeUniqueEList.Unsettable extends EDataTypeEList.Unsettable implements Serializable

Class org.eclipse.emf.ecore.util.EObjectContainmentEList extends EObjectEList implements Serializable

Class org.eclipse.emf.ecore.util.EObjectContainmentEList.Resolving extends EObjectContainmentEList implements Serializable

Class org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable extends EObjectContainmentEList implements Serializable

Serialized Fields

isSet

boolean isSet

Class org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable.Resolving extends EObjectContainmentEList.Unsettable implements Serializable

Class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList extends EObjectContainmentEList implements Serializable

Serialized Fields

inverseFeatureID

int inverseFeatureID

Class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Resolving extends EObjectContainmentWithInverseEList implements Serializable

Class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Unsettable extends EObjectContainmentWithInverseEList implements Serializable

Serialized Fields

isSet

boolean isSet

Class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Unsettable.Resolving extends EObjectContainmentWithInverseEList.Unsettable implements Serializable

Class org.eclipse.emf.ecore.util.EObjectEList extends EcoreEList implements Serializable

Serialized Fields

featureID

int featureID

Class org.eclipse.emf.ecore.util.EObjectEList.Unsettable extends EObjectEList implements Serializable

Serialized Fields

isSet

boolean isSet

Class org.eclipse.emf.ecore.util.EObjectResolvingEList extends EObjectEList implements Serializable

Class org.eclipse.emf.ecore.util.EObjectResolvingEList.Unsettable extends EObjectEList.Unsettable implements Serializable

Class org.eclipse.emf.ecore.util.EObjectWithInverseEList extends EObjectEList implements Serializable

Serialized Fields

inverseFeatureID

int inverseFeatureID

Class org.eclipse.emf.ecore.util.EObjectWithInverseEList.ManyInverse extends EObjectWithInverseEList implements Serializable

Class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable extends EObjectWithInverseEList implements Serializable

Serialized Fields

isSet

boolean isSet

Class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable.ManyInverse extends EObjectWithInverseEList.Unsettable implements Serializable

Class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList extends EObjectWithInverseEList implements Serializable

Class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.ManyInverse extends EObjectWithInverseResolvingEList implements Serializable

Class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.Unsettable extends EObjectWithInverseEList.Unsettable implements Serializable

Class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.Unsettable.ManyInverse extends EObjectWithInverseResolvingEList.Unsettable implements Serializable


Package org.eclipse.emf.ecore.xml.type

Class org.eclipse.emf.ecore.xml.type.InvalidDatatypeValueException extends RuntimeException implements Serializable


Package org.eclipse.emf.ecore.xml.type.internal

Class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI extends Object implements Serializable

Serialized Fields

m_scheme

String m_scheme
Stores the scheme (usually the protocol) for this URI.


m_userinfo

String m_userinfo
If specified, stores the userinfo for this URI; otherwise null


m_host

String m_host
If specified, stores the host for this URI; otherwise null


m_port

int m_port
If specified, stores the port for this URI; otherwise -1


m_regAuthority

String m_regAuthority
If specified, stores the registry based authority for this URI; otherwise -1


m_path

String m_path
If specified, stores the path for this URI; otherwise null


m_queryString

String m_queryString
If specified, stores the query string for this URI; otherwise null.


m_fragment

String m_fragment
If specified, stores the fragment for this URI; otherwise null

Class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI.MalformedURIException extends IOException implements Serializable

Class org.eclipse.emf.ecore.xml.type.internal.RegEx.ParseException extends RuntimeException implements Serializable

Serialized Fields

location

int location

Class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression extends Object implements Serializable

Serialized Fields

regex

String regex
A regular expression.

 

options

int options
 

nofparen

int nofparen
The number of parenthesis in the regular expression.

 

tokentree

RegEx.Token tokentree
Internal representation of the regular expression.

 

hasBackReferences

boolean hasBackReferences


Package org.eclipse.emf.ecore.xmi

Class org.eclipse.emf.ecore.xmi.ClassNotFoundException extends XMIException implements Serializable

Serialized Fields

className

String className

Class org.eclipse.emf.ecore.xmi.DanglingHREFException extends XMIException implements Serializable

Class org.eclipse.emf.ecore.xmi.FeatureNotFoundException extends XMIException implements Serializable

Serialized Fields

featureName

String featureName

Class org.eclipse.emf.ecore.xmi.IllegalValueException extends XMIException implements Serializable

Class org.eclipse.emf.ecore.xmi.PackageNotFoundException extends XMIException implements Serializable

Serialized Fields

uri

String uri

Class org.eclipse.emf.ecore.xmi.UnresolvedReferenceException extends XMIException implements Serializable

Serialized Fields

reference

String reference

Class org.eclipse.emf.ecore.xmi.XMIException extends Exception implements Serializable

Serialized Fields

location

String location

line

int line

column

int column


Package org.eclipse.emf.ecore.xmi.impl

Class org.eclipse.emf.ecore.xmi.impl.StringSegment extends BasicEList implements Serializable

Serialized Fields

segmentCapacity

int segmentCapacity

outputbytes

byte[] outputbytes

outputchars

char[] outputchars

buffer

char[] buffer

cursor

StringSegment.Element cursor

cursorIndex

int cursorIndex

lineSeparator

String lineSeparator

temporaryFileName

String temporaryFileName

temporaryFile

Writer temporaryFile

bufferPosition

int bufferPosition

Class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyEObjectStack extends XMLHandler.MyStack implements Serializable

Serialized Fields

eObjectData

EObject[] eObjectData

Class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyStack extends BasicEList implements Serializable

Class org.eclipse.emf.ecore.xmi.impl.XMLString extends StringSegment implements Serializable

Serialized Fields

elementNames

List elementNames

mixed

List mixed

isUnformatted

boolean isUnformatted

isMixed

boolean isMixed

indents

List indents

depth

int depth

lineWidth

int lineWidth

markedLineWidth

int markedLineWidth

currentLineWidth

int currentLineWidth

lastElementIsStart

boolean lastElementIsStart

firstElementMark

Object firstElementMark

seenRoot

boolean seenRoot

saveDoctype

boolean saveDoctype

publicId

String publicId

systemId

String systemId


Package org.eclipse.emf.mapping.ecore2xml.impl

Class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLRegistryImpl extends HashMap implements Serializable

Serialized Fields

delegateRegistry

Ecore2XMLRegistry delegateRegistry


Package org.eclipse.emf.edit.command

Class org.eclipse.emf.edit.command.CopyCommand.Helper extends HashMap implements Serializable

Serialized Fields

initializationList

ArrayList initializationList

deferredInitializationCount

int deferredInitializationCount


Package org.eclipse.emf.edit.domain

Class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.DomainTreeIterator extends AbstractTreeIterator implements Serializable

Serialized Fields

domain

EditingDomain domain
This is the domain that defines the tree structured.


Package org.eclipse.emf.edit.provider

Class org.eclipse.emf.edit.provider.AdapterFactoryTreeIterator extends AbstractTreeIterator implements Serializable

Serialized Fields

adapterFactory

AdapterFactory adapterFactory
This keeps track of the factory used to generate the ITreeItemContentProvider adapters.

Class org.eclipse.emf.edit.provider.ChangeNotifier extends ArrayList implements Serializable

Class org.eclipse.emf.edit.provider.ComposedAdapterFactory.Descriptor.Registry.Impl extends HashMap implements Serializable

Serialized Fields

delegateRegistry

ComposedAdapterFactory.Descriptor.Registry delegateRegistry
The delegate registry should lookup fail locally.

Class org.eclipse.emf.edit.provider.Disposable extends HashSet implements Serializable

Class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList extends NotifyingListImpl implements Serializable


Package org.eclipse.emf.mapping.impl

Class org.eclipse.emf.mapping.impl.MappingImpl.MappingTreeIterator extends AbstractTreeIterator implements Serializable


Package org.eclipse.emf.codegen.jet

Class org.eclipse.emf.codegen.jet.JETException extends DiagnosticException implements Serializable


Package org.eclipse.emf.codegen.ecore.genmodel.impl

Class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenAnnotationCopier extends EcoreUtil.Copier implements Serializable

Serialized Fields

newContext

ResourceSet newContext

oldContext

EObject oldContext


Package org.eclipse.emf.converter.util

Class org.eclipse.emf.converter.util.ConverterUtil.EPackageList extends UniqueEList.FastCompare implements Serializable

Class org.eclipse.emf.converter.util.ConverterUtil.GenPackageList extends UniqueEList.FastCompare implements Serializable


Package org.eclipse.emf.exporter

Class org.eclipse.emf.exporter.ModelExporter.GenPackagesTreeIterator extends AbstractTreeIterator implements Serializable


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.