Serialized Form


Package org.eclipse.emf.common.command

Class org.eclipse.emf.common.command.AbortExecutionException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


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

Class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList extends BasicEList<E extends java.lang.Object & Adapter> implements Serializable

serialVersionUID: 1L

Serialized Fields

notifier

Notifier notifier

listeners

BasicNotifierImpl.EObservableAdapterList.Listener[] listeners

safe

boolean safe

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L


Package org.eclipse.emf.common.util

Class org.eclipse.emf.common.util.AbstractEList.BasicIndexOutOfBoundsException extends java.lang.IndexOutOfBoundsException implements Serializable

serialVersionUID: 1L

Class org.eclipse.emf.common.util.AbstractEnumerator extends java.lang.Object implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

name

java.lang.String name
The name of the enumerator.


value

int value
The int value of the enumerator.


literal

java.lang.String literal
The literal value of the enumerator.

Class org.eclipse.emf.common.util.AbstractTreeIterator extends BasicEList<java.util.Iterator<? extends E>> implements Serializable

serialVersionUID: 1L

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

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


nextPruneIterator

java.util.Iterator<E> nextPruneIterator
The iterator that would be cut short by a call to AbstractTreeIterator.prune().


nextRemoveIterator

java.util.Iterator<E> nextRemoveIterator
The iterator to which a AbstractTreeIterator.remove() call will delegated.

Class org.eclipse.emf.common.util.ArrayDelegatingEList extends AbstractEList<E> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream objectInputStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream objectOutputStream)
                  throws java.io.IOException
Throws:
java.io.IOException

Class org.eclipse.emf.common.util.BasicEList extends AbstractEList<E> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream objectInputStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream objectOutputStream)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

size

int size
The size of the list.

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream objectInputStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream objectOutputStream)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

size

int size
The size of the map.

Class org.eclipse.emf.common.util.DelegatingEList extends AbstractEList<E> implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

underlyingList

java.util.List<E> underlyingList

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

serialVersionUID: 1L

Serialized Fields

diagnostic

Diagnostic diagnostic

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L



Copyright © 2001-2010 Eclipse Foundation. All Rights Reserved.