Interface LeafFromGrouping
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
ContainerWithUses,RpcLeafOnlyUsesAugment,TreeLeafOnlyUsesAugment
@Generated("mdsal-binding-generator") public interface LeafFromGrouping extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
grouping leaf-from-grouping { leaf leaf-from-grouping { type string; } }
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAMEYANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetLeafFromGrouping()Return leafFromGrouping, ornullif it is not present.Class<? extends LeafFromGrouping>implementedInterface()default @NonNull StringrequireLeafFromGrouping()Return leafFromGrouping, guaranteed to be non-null.
-
-
-
Method Detail
-
implementedInterface
Class<? extends LeafFromGrouping> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getLeafFromGrouping
String getLeafFromGrouping()
Return leafFromGrouping, ornullif it is not present.- Returns:
StringleafFromGrouping, ornullif it is not present.
-
requireLeafFromGrouping
default @NonNull String requireLeafFromGrouping()
Return leafFromGrouping, guaranteed to be non-null.- Returns:
StringleafFromGrouping, guaranteed to be non-null.- Throws:
NoSuchElementException- if leafFromGrouping is not present
-
-