Interface UnorderedList
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<UnorderedList>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ChildOf<UnorderedContainer>,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,org.opendaylight.yangtools.yang.binding.Identifiable<UnorderedListKey>,NameValue
public interface UnorderedList extends org.opendaylight.yangtools.yang.binding.ChildOf<UnorderedContainer>, org.opendaylight.yangtools.yang.binding.Augmentable<UnorderedList>, NameValue, org.opendaylight.yangtools.yang.binding.Identifiable<UnorderedListKey>
This class represents the following YANG schema fragment defined in module opendaylight-sal-test-store
list unordered-list { key name; uses name-value; }The schema path to identify an instance is opendaylight-sal-test-store/lists/unordered-container/unordered-listTo create instances of this class use
UnorderedListBuilder.- See Also:
UnorderedListBuilder,UnorderedListKey
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Class<UnorderedList>implementedInterface()UnorderedListKeykey()
-
-
-
Method Detail
-
implementedInterface
default Class<UnorderedList> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceNameValue
-
key
UnorderedListKey key()
- Specified by:
keyin interfaceorg.opendaylight.yangtools.yang.binding.Identifiable<UnorderedListKey>
-
-