| Package | Description | 
|---|---|
| org.opendaylight.mdsal.binding.javav2.api | |
| org.opendaylight.mdsal.binding.javav2.spec.base | |
| org.opendaylight.mdsal.gen.javav2.urn.test.rev170627.data | 
| Modifier and Type | Method and Description | 
|---|---|
<C extends TreeChildNode<? super T,?>> | 
TreeNodeModification.getModifiedChildContainer(Class<C> child)
Returns container child modification if  
child was modified by this
 modification. | 
<C extends IdentifiableItem<T,K> & TreeChildNode<? super T,?>,K extends IdentifiableItem<T,K>> | 
TreeNodeModification.getModifiedChildListItem(Class<C> listItem,
                        K listKey)
Returns child list item modification if  
child was modified by this modification. | 
<C extends TreeChildNode<? super T,?>> | 
TreeNodeModification.getModifiedChildren(Class<C> childType)
Returns child list item modification if  
child was modified by this modification. | 
| Modifier and Type | Method and Description | 
|---|---|
static <N extends TreeChildNode<? extends TreeRoot,?>,K> | 
InstanceIdentifier.builder(Class<N> listItem,
       K listKey)
Create an InstanceIdentifierBuilder for a specific type of InstanceIdentifier which represents an IdentifiableItem 
 | 
static <T extends TreeChildNode<? extends TreeRoot,?>> | 
InstanceIdentifier.builder(Class<T> container)
Create an InstanceIdentifierBuilder for a specific type of InstanceIdentifier as specified by container 
 | 
<N extends TreeNode & TreeChildNode<? super T,Item<N>>> | 
InstanceIdentifierBuilder.child(Class<N> container)
Append the specified container as a child of the current InstanceIdentifier referenced by the
 builder. 
 | 
<N extends TreeChildNode<? super T,?>> | 
InstanceIdentifier.child(Class<N> container)  | 
<N extends TreeChildNode<? super T,?>,K> | 
InstanceIdentifierBuilder.child(Class<N> listItem,
     K listKey)
Append the specified listItem as a child of the current InstanceIdentifier referenced by the
 builder. 
 | 
<N extends TreeChildNode<? super T,?>,K> | 
InstanceIdentifier.child(Class<N> listItem,
     K listKey)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MyCont
This class represents the following YANG schema fragment defined in module test 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.