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 |
Cont
This class represents the following YANG schema fragment defined in module bug8449
|
interface |
ContInt32
This class represents the following YANG schema fragment defined in module bug8449
|
interface |
Top
This class represents the following YANG schema fragment defined in module bug8449
|
interface |
TopInt
This class represents the following YANG schema fragment defined in module bug8449
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContainerWithUses
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
interface |
ListViaUses
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
Case1Container
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
Case11ChoiceCaseContainer
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
Case2Container
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChoiceContainer
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedId
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleId
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
GetTopInput
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
interface |
GetTopOutput
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
PutTopInput
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
interface |
PutTopOutput
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChoiceList
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
interface |
TopLevelList
Top Level List
|
Modifier and Type | Interface and Description |
---|---|
interface |
NestedList
A list of service functions that compose the service chain
|
Modifier and Type | Interface and Description |
---|---|
interface |
MyCont
This class represents the following YANG schema fragment defined in module test-operation-service
|
interface |
MyList
This class represents the following YANG schema fragment defined in module test-operation-service
|
Modifier and Type | Interface and Description |
---|---|
interface |
InContInput
This class represents the following YANG schema fragment defined in module test-operation-service
|
interface |
InContOutput
This class represents the following YANG schema fragment defined in module test-operation-service
|
Modifier and Type | Interface and Description |
---|---|
interface |
InCont2Input
This class represents the following YANG schema fragment defined in module test-operation-service
|
interface |
InCont2Output
This class represents the following YANG schema fragment defined in module test-operation-service
|
Modifier and Type | Interface and Description |
---|---|
interface |
InListInput
This class represents the following YANG schema fragment defined in module test-operation-service
|
interface |
InListOutput
This class represents the following YANG schema fragment defined in module test-operation-service
|
Modifier and Type | Interface and Description |
---|---|
interface |
MyRpcInput
This class represents the following YANG schema fragment defined in module test-operation-service
|
interface |
MyRpcOutput
This class represents the following YANG schema fragment defined in module test-operation-service
|
Modifier and Type | Interface and Description |
---|---|
interface |
DefaultPolicy
This class represents the following YANG schema fragment defined in module test-typedef
|
interface |
TestCont
This class represents the following YANG schema fragment defined in module test-typedef
|
Copyright © 2019 OpenDaylight. All rights reserved.