Class ListsBindingUtils
- java.lang.Object
-
- org.opendaylight.controller.md.sal.test.model.util.ListsBindingUtils
-
public final class ListsBindingUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static TopLevelListKeyTOP_BAR_KEYstatic TopLevelListKeyTOP_FOO_KEYstatic ListViaUsesKeyUSES_ONE_KEYstatic ListViaUsesKeyUSES_TWO_KEY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TreeComplexUsesAugmentcomplexUsesAugment(ListViaUsesKey... keys)static TreeLeafOnlyUsesAugmentleafOnlyUsesAugment(String leafFromGroupingValue)static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<TopLevelList>path(TopLevelListKey key)static <T extends org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.Augmentation<TopLevelList>>
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T>path(TopLevelListKey key, Class<T> augmentation)static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<ListViaUses>path(TopLevelListKey top, ListViaUsesKey uses)static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<NestedList>path(TopLevelListKey top, NestedListKey nested)static Toptop(TopLevelList... listItems)static TopLevelListtopLevelList(TopLevelListKey key)static TopLevelListtopLevelList(TopLevelListKey key, TreeComplexUsesAugment augment)
-
-
-
Field Detail
-
TOP_FOO_KEY
public static final TopLevelListKey TOP_FOO_KEY
-
TOP_BAR_KEY
public static final TopLevelListKey TOP_BAR_KEY
-
USES_ONE_KEY
public static final ListViaUsesKey USES_ONE_KEY
-
USES_TWO_KEY
public static final ListViaUsesKey USES_TWO_KEY
-
-
Method Detail
-
path
public static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<TopLevelList> path(TopLevelListKey key)
-
path
public static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<NestedList> path(TopLevelListKey top, NestedListKey nested)
-
path
public static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<ListViaUses> path(TopLevelListKey top, ListViaUsesKey uses)
-
path
public static <T extends org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.Augmentation<TopLevelList>> org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> path(TopLevelListKey key, Class<T> augmentation)
-
top
public static Top top(TopLevelList... listItems)
-
topLevelList
public static TopLevelList topLevelList(TopLevelListKey key)
-
topLevelList
public static TopLevelList topLevelList(TopLevelListKey key, TreeComplexUsesAugment augment)
-
complexUsesAugment
public static TreeComplexUsesAugment complexUsesAugment(ListViaUsesKey... keys)
-
leafOnlyUsesAugment
public static TreeLeafOnlyUsesAugment leafOnlyUsesAugment(String leafFromGroupingValue)
-
-