public final class LeafRefContext
extends org.opendaylight.yangtools.yang.model.util.AbstractSchemaContextProvider
| Modifier and Type | Method and Description |
|---|---|
static LeafRefContext |
create(org.opendaylight.yangtools.yang.model.api.SchemaContext ctx) |
LeafRefPath |
getAbsoluteLeafRefTargetPath() |
Map<org.opendaylight.yangtools.yang.common.QName,LeafRefContext> |
getAllReferencedByLeafRefCtxs() |
org.opendaylight.yangtools.yang.model.api.SchemaPath |
getCurrentNodePath() |
org.opendaylight.yangtools.yang.model.api.Module |
getLeafRefContextModule() |
LeafRefPath |
getLeafRefTargetPath() |
String |
getLeafRefTargetPathString() |
org.opendaylight.yangtools.yang.common.QName |
getNodeName() |
Map<org.opendaylight.yangtools.yang.common.QName,LeafRefContext> |
getReferencedByChilds() |
LeafRefContext |
getReferencedByLeafRefCtxByName(org.opendaylight.yangtools.yang.common.QName qname) |
LeafRefContext |
getReferencedChildByName(org.opendaylight.yangtools.yang.common.QName name) |
LeafRefContext |
getReferencingChildByName(org.opendaylight.yangtools.yang.common.QName name) |
Map<org.opendaylight.yangtools.yang.common.QName,LeafRefContext> |
getReferencingChilds() |
boolean |
hasLeafRefContextChild() |
boolean |
hasReferencedChild() |
boolean |
hasReferencingChild() |
boolean |
isReferenced() |
boolean |
isReferencing() |
public static LeafRefContext create(org.opendaylight.yangtools.yang.model.api.SchemaContext ctx)
public boolean hasLeafRefContextChild()
public boolean hasReferencedChild()
public boolean hasReferencingChild()
public boolean isReferenced()
public boolean isReferencing()
public LeafRefContext getReferencingChildByName(org.opendaylight.yangtools.yang.common.QName name)
public Map<org.opendaylight.yangtools.yang.common.QName,LeafRefContext> getReferencingChilds()
public LeafRefContext getReferencedChildByName(org.opendaylight.yangtools.yang.common.QName name)
public Map<org.opendaylight.yangtools.yang.common.QName,LeafRefContext> getReferencedByChilds()
public org.opendaylight.yangtools.yang.model.api.SchemaPath getCurrentNodePath()
public LeafRefPath getLeafRefTargetPath()
public String getLeafRefTargetPathString()
public org.opendaylight.yangtools.yang.common.QName getNodeName()
public LeafRefPath getAbsoluteLeafRefTargetPath()
public org.opendaylight.yangtools.yang.model.api.Module getLeafRefContextModule()
public LeafRefContext getReferencedByLeafRefCtxByName(org.opendaylight.yangtools.yang.common.QName qname)
public Map<org.opendaylight.yangtools.yang.common.QName,LeafRefContext> getAllReferencedByLeafRefCtxs()
Copyright © 2019 OpenDaylight. All rights reserved.