public class MatchingRuleTreeNode extends SchemaElementTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
MatchingRuleTreeNode(String name,
org.forgerock.opendj.ldap.schema.MatchingRule rule)
Constructor of the node.
|
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.opendj.ldap.schema.MatchingRule |
getMatchingRule()
Returns the matching rule definition represented by this node.
|
getName, getSchemaElement, isLeaf, isRootadd, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringpublic MatchingRuleTreeNode(String name, org.forgerock.opendj.ldap.schema.MatchingRule rule)
name - the name of the node.rule - the matching rule associated with the node.public org.forgerock.opendj.ldap.schema.MatchingRule getMatchingRule()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.