IVItem.ItemType| Modifier and Type | Field and Description |
|---|---|
protected H2Document |
doc |
protected long |
docKey |
protected long |
firstChild |
protected String |
id |
protected IVItem.ItemType |
itemType |
protected long |
key |
protected int |
level |
protected String |
name |
protected long |
next |
protected long |
parent |
protected long |
previous |
protected String |
type |
| Constructor and Description |
|---|
H2Item() |
| Modifier and Type | Method and Description |
|---|---|
void |
fillPointers(long parent,
long firstChild,
long previous,
long next) |
IVDocument |
getDocument()
Gets the document containing this item.
|
IVItem |
getFirstChild()
Gets the first child item of this item.
|
String |
getId()
Gets the extraction id for this item.
|
IVItem.ItemType |
getItemType() |
long |
getKey() |
String |
getName()
Gets the resource name of this item.
|
IVItem |
getNextSibling()
Gets the next item (on the same level) of this item.
|
IVItem |
getParent()
Gets the parent item of this item.
|
IVItem |
getPreviousSibling()
Gets the previous item (on the same level) of this item.
|
String |
getType()
Gets the resource type of this item.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetItemType, getKey, saveprotected H2Document doc
protected String id
protected String name
protected String type
protected long key
protected long docKey
protected IVItem.ItemType itemType
protected int level
protected long parent
protected long firstChild
protected long next
protected long previous
public IVDocument getDocument()
IVItemgetDocument in interface IVItempublic String getId()
IVItempublic String getName()
IVItempublic IVItem getParent()
IVItempublic IVItem getNextSibling()
IVItemgetNextSibling in interface IVItempublic IVItem getPreviousSibling()
IVItemgetPreviousSibling in interface IVItempublic IVItem getFirstChild()
IVItemgetFirstChild in interface IVItempublic String getType()
IVItempublic void fillPointers(long parent,
long firstChild,
long previous,
long next)
public IVItem.ItemType getItemType()
public long getKey()
Copyright © 2020. All rights reserved.