class OrderedChildInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
ADD |
(package private) int |
childId
Child index at which this operation takes place
|
(package private) OrderedChildInfo |
next |
(package private) int |
orderedId
Ordered index at which this operation takes place
|
(package private) OrderedChildInfo |
prev |
(package private) static int |
REMOVE |
(package private) int |
type
Type of operation, could be add/remove or set
|
(package private) OrderedCollection |
value
Value of the orderedCollection, only relavent for
add and set
|
| Constructor and Description |
|---|
OrderedChildInfo(int t,
int cid,
int oid,
OrderedCollection val) |
static int ADD
static int REMOVE
int type
int orderedId
int childId
OrderedCollection value
OrderedChildInfo next
OrderedChildInfo prev
OrderedChildInfo(int t,
int cid,
int oid,
OrderedCollection val)
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.