Class ListsBindingUtils
java.lang.Object
org.opendaylight.controller.md.sal.test.model.util.ListsBindingUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TopLevelListKeystatic final TopLevelListKeystatic final ListViaUsesKeystatic final ListViaUsesKey -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 TopLevelListstatic TopLevelListtopLevelList(TopLevelListKey key, TreeComplexUsesAugment augment)
-
Field Details
-
TOP_FOO_KEY
-
TOP_BAR_KEY
-
USES_ONE_KEY
-
USES_TWO_KEY
-
-
Method Details
-
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
-
topLevelList
-
topLevelList
-
complexUsesAugment
-
leafOnlyUsesAugment
-