Uses of Interface
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list.rule.rule.type.DataNode
-
Packages that use DataNode Package Description org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list.rule.rule.type -
-
Uses of DataNode in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list.rule.rule.type
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list.rule.rule.type with type parameters of type DataNode Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<DataNode>>
E$$DataNodeBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list.rule.rule.type that return DataNode Modifier and Type Method Description DataNodeDataNodeBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list.rule.rule.type that return types with arguments of type DataNode Modifier and Type Method Description default Class<DataNode>DataNode. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list.rule.rule.type with parameters of type DataNode Modifier and Type Method Description static booleanDataNode. bindingEquals(@NonNull DataNode thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intDataNode. bindingHashCode(@NonNull DataNode obj)Default implementation ofObject.hashCode()contract for this interface.static StringDataNode. bindingToString(@NonNull DataNode obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list.rule.rule.type with type arguments of type DataNode Modifier and Type Method Description DataNodeBuilderDataNodeBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<DataNode> augmentation)Add an augmentation to this builder's product.DataNodeBuilderDataNodeBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DataNode>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list.rule.rule.type with parameters of type DataNode Constructor Description DataNodeBuilder(DataNode base)
-