Package | Description |
---|---|
org.opendaylight.yangtools.yang.binding |
Modifier and Type | Method and Description |
---|---|
<C extends ChoiceIn<? super T> & DataObject,K extends Identifier<N>,N extends Identifiable<K> & ChildOf<? super C>> |
InstanceIdentifier.child(Class<C> caze,
Class<N> listItem,
K listKey)
Create an InstanceIdentifier for a child list item.
|
<N extends Identifiable<K> & ChildOf<? super T>,K extends Identifier<N>> |
InstanceIdentifier.child(Class<N> listItem,
K listKey)
Create an InstanceIdentifier for a child list item.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.FluentFuture<org.opendaylight.yangtools.yang.common.RpcResult<O>> |
KeyedListAction.invoke(KeyedInstanceIdentifier<T,K> path,
I input) |
Copyright © 2019 OpenDaylight. All rights reserved.