public class PropertyIteratorDBObject
extends java.lang.Object
| Constructor and Description |
|---|
PropertyIteratorDBObject(NodeDBObject node) |
PropertyIteratorDBObject(NodeDBObject node,
java.lang.String... args) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPosition() |
long |
getSize() |
boolean |
hasNext() |
java.lang.Object |
next() |
Property |
nextProperty() |
java.lang.String |
nextPropertyName() |
void |
remove() |
void |
skip(long l) |
public PropertyIteratorDBObject(NodeDBObject node) throws RepositoryException
RepositoryExceptionpublic PropertyIteratorDBObject(NodeDBObject node, java.lang.String... args) throws RepositoryException
RepositoryExceptionpublic Property nextProperty()
public java.lang.String nextPropertyName()
public void skip(long l)
public long getSize()
public long getPosition()
public boolean hasNext()
public java.lang.Object next()
public void remove()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.