| Modifier | Constructor and Description |
|---|---|
protected |
NodeTypes(org.codehaus.jettison.json.JSONObject object) |
| Modifier and Type | Method and Description |
|---|---|
protected NodeType |
getNodeType(String name) |
boolean |
isEmpty()
Checks if there are any node types registered.
|
Iterator<NodeType> |
iterator() |
protected Collection<NodeType> |
nodeTypes() |
protected NodeType[] |
toNodeTypes(Collection<String> nodeTypeNames) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected NodeTypes(org.codehaus.jettison.json.JSONObject object)
protected NodeType getNodeType(String name)
public boolean isEmpty()
true if there are any node types, false otherwise.protected Collection<NodeType> nodeTypes()
protected NodeType[] toNodeTypes(Collection<String> nodeTypeNames)
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.