Class LeafRefContext

  • All Implemented Interfaces:
    org.opendaylight.yangtools.yang.model.api.SchemaContextProvider

    public final class LeafRefContext
    extends org.opendaylight.yangtools.yang.model.util.AbstractSchemaContextProvider
    • Method Detail

      • create

        public static LeafRefContext create​(org.opendaylight.yangtools.yang.model.api.SchemaContext ctx)
      • hasLeafRefContextChild

        public boolean hasLeafRefContextChild()
      • hasReferencedChild

        public boolean hasReferencedChild()
      • hasReferencingChild

        public boolean hasReferencingChild()
      • isReferenced

        public boolean isReferenced()
      • isReferencing

        public boolean isReferencing()
      • getReferencingChildByName

        public LeafRefContext getReferencingChildByName​(org.opendaylight.yangtools.yang.common.QName name)
      • getReferencingChilds

        public Map<org.opendaylight.yangtools.yang.common.QName,​LeafRefContext> getReferencingChilds()
      • getReferencedChildByName

        public LeafRefContext getReferencedChildByName​(org.opendaylight.yangtools.yang.common.QName name)
      • getReferencedByChilds

        public Map<org.opendaylight.yangtools.yang.common.QName,​LeafRefContext> getReferencedByChilds()
      • getCurrentNodePath

        public org.opendaylight.yangtools.yang.model.api.SchemaPath getCurrentNodePath()
      • getLeafRefTargetPath

        public LeafRefPath getLeafRefTargetPath()
      • getLeafRefTargetPathString

        public String getLeafRefTargetPathString()
      • getNodeName

        public org.opendaylight.yangtools.yang.common.QName getNodeName()
      • getAbsoluteLeafRefTargetPath

        public LeafRefPath getAbsoluteLeafRefTargetPath()
      • getLeafRefContextModule

        public org.opendaylight.yangtools.yang.model.api.Module getLeafRefContextModule()
      • getReferencedByLeafRefCtxByName

        public LeafRefContext getReferencedByLeafRefCtxByName​(org.opendaylight.yangtools.yang.common.QName qname)
      • getAllReferencedByLeafRefCtxs

        public Map<org.opendaylight.yangtools.yang.common.QName,​LeafRefContext> getAllReferencedByLeafRefCtxs()