Serialized Form
|
Package org.apache.jackrabbit |
|
Package org.apache.jackrabbit.name |
serialVersionUID: 7272485577196962560L
elements
Path.PathElement[] elements
- Deprecated.
- the elements of this path
normalized
boolean normalized
- Deprecated.
- flag indicating if this path is normalized
absolute
boolean absolute
- Deprecated.
- flag indicating if this path is absolute
name
QName name
- Qualified name of the path element.
index
int index
- Optional index of the path element. Set to zero, if not
explicitly specified, otherwise contains the 1-based index.
serialVersionUID: -2712313010017755368L
readResolve
private Object readResolve()
- Deprecated.
- Creates a new
QName instance using the proper constructor
during deserialization in order to make sure that internalized strings
are used where appropriate.
namespaceURI
String namespaceURI
- Deprecated.
- The internalized namespace URI of this qualified name.
localName
String localName
- Deprecated.
- The local part of this qualified name.
|
Package org.apache.jackrabbit.uuid |
serialVersionUID: 2526142433736157231L
lsb
long lsb
- Deprecated.
- the least significant 64 bits of the uuid (bytes 8-15)
msb
long msb
- Deprecated.
- the most significant 64 bits of the uuid (bytes 0-7)
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.