public final class ListsBindingUtils extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static TopLevelListKey | TOP_BAR_KEY | 
| static TopLevelListKey | TOP_FOO_KEY | 
| static ListViaUsesKey | USES_ONE_KEY | 
| static ListViaUsesKey | USES_TWO_KEY | 
| Modifier and Type | Method and Description | 
|---|---|
| static TreeComplexUsesAugment | complexUsesAugment(ListViaUsesKey... keys) | 
| static TreeLeafOnlyUsesAugment | leafOnlyUsesAugment(String leafFromGroupingValue) | 
| static InstanceIdentifier<TopLevelList> | path(TopLevelListKey key) | 
| static <T extends DataObject & Augmentation<TopLevelList>> | path(TopLevelListKey key,
    Class<T> augmentation) | 
| static InstanceIdentifier<ListViaUses> | path(TopLevelListKey top,
    ListViaUsesKey uses) | 
| static InstanceIdentifier<NestedList> | path(TopLevelListKey top,
    NestedListKey nested) | 
| static Top | top(TopLevelList... listItems) | 
| static TopLevelList | topLevelList(TopLevelListKey key) | 
| static TopLevelList | topLevelList(TopLevelListKey key,
            TreeComplexUsesAugment augment) | 
public static final TopLevelListKey TOP_FOO_KEY
public static final TopLevelListKey TOP_BAR_KEY
public static final ListViaUsesKey USES_ONE_KEY
public static final ListViaUsesKey USES_TWO_KEY
public static InstanceIdentifier<TopLevelList> path(TopLevelListKey key)
public static InstanceIdentifier<NestedList> path(TopLevelListKey top, NestedListKey nested)
public static InstanceIdentifier<ListViaUses> path(TopLevelListKey top, ListViaUsesKey uses)
public static <T extends DataObject & Augmentation<TopLevelList>> InstanceIdentifier<T> path(TopLevelListKey key, Class<T> augmentation)
public static Top top(TopLevelList... listItems)
public static TopLevelList topLevelList(TopLevelListKey key)
public static TopLevelList topLevelList(TopLevelListKey key, TreeComplexUsesAugment augment)
public static TreeComplexUsesAugment complexUsesAugment(ListViaUsesKey... keys)
public static TreeLeafOnlyUsesAugment leafOnlyUsesAugment(String leafFromGroupingValue)
Copyright © 2019 OpenDaylight. All rights reserved.