Dali Provisional API
Release 3.2

Serialized Form


Package org.eclipse.jpt.common.core.resource.xml

Class org.eclipse.jpt.common.core.resource.xml.EBaseObjectImpl.XmlEAdapterList extends BasicNotifierImpl.EAdapterList<E extends Object & Adapter> implements Serializable

serialVersionUID: 1L


Package org.eclipse.jpt.common.core.utility

Class org.eclipse.jpt.common.core.utility.BodySourceWriter.ImportEntriesComparator extends Object implements Serializable

serialVersionUID: 1L


Package org.eclipse.jpt.common.utility.model.event

Class org.eclipse.jpt.common.utility.model.event.ChangeEvent extends EventObject implements Serializable

serialVersionUID: 1L

Class org.eclipse.jpt.common.utility.model.event.CollectionAddEvent extends CollectionEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

items

Object[] items
The items added to the collection.

Class org.eclipse.jpt.common.utility.model.event.CollectionChangeEvent extends CollectionEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

collection

Object[] collection
The the collection in its current state. Clients will need to calculate the necessary changes to synchronize with the collection.

Class org.eclipse.jpt.common.utility.model.event.CollectionClearEvent extends CollectionEvent implements Serializable

serialVersionUID: 1L

Class org.eclipse.jpt.common.utility.model.event.CollectionEvent extends ChangeEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

collectionName

String collectionName
Name of the collection that changed.

Class org.eclipse.jpt.common.utility.model.event.CollectionRemoveEvent extends CollectionEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

items

Object[] items
The items removed from the collection.

Class org.eclipse.jpt.common.utility.model.event.ListAddEvent extends ListEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

index

int index
The index at which the items were added.


items

Object[] items
The items added to the list.

Class org.eclipse.jpt.common.utility.model.event.ListChangeEvent extends ListEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

list

Object[] list
The the list in its current state. Clients will need to calculate the necessary changes to synchronize with the list.

Class org.eclipse.jpt.common.utility.model.event.ListClearEvent extends ListEvent implements Serializable

serialVersionUID: 1L

Class org.eclipse.jpt.common.utility.model.event.ListEvent extends ChangeEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

listName

String listName
Name of the list that changed.

Class org.eclipse.jpt.common.utility.model.event.ListMoveEvent extends ListEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

targetIndex

int targetIndex
The index to which the items were moved.


sourceIndex

int sourceIndex
The index from which the items were moved.


length

int length
The number of items moved.

Class org.eclipse.jpt.common.utility.model.event.ListRemoveEvent extends ListEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

index

int index
The index at which the items were removed.


items

Object[] items
The items removed from the list.

Class org.eclipse.jpt.common.utility.model.event.ListReplaceEvent extends ListEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

index

int index
The index at which the items were replaced.


newItems

Object[] newItems
The new items that replaced the old items in the list.


oldItems

Object[] oldItems
The old items that were replaced by the new items in the list.

Class org.eclipse.jpt.common.utility.model.event.PropertyChangeEvent extends ChangeEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName
Name of the property that changed.


oldValue

Object oldValue
The property's old value, before the change.


newValue

Object newValue
The property's new value, after the change.

Class org.eclipse.jpt.common.utility.model.event.StateChangeEvent extends ChangeEvent implements Serializable

serialVersionUID: 1L


Package org.eclipse.jpt.jpa.eclipselink.core.context.persistence

Class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkCachingEntity extends org.eclipse.jpt.common.utility.internal.model.AbstractModel implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

parent

EclipseLinkCaching parent

cacheType

EclipseLinkCacheType cacheType

cacheSize

Integer cacheSize

cacheIsShared

Boolean cacheIsShared

Class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkCustomizationEntity extends org.eclipse.jpt.common.utility.internal.model.AbstractModel implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

parent

EclipseLinkCustomization parent

descriptorCustomizer

String descriptorCustomizer

Package org.eclipse.jpt.jpa.ui.selection

Class org.eclipse.jpt.jpa.ui.selection.JpaSelectionManager.Null extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.