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

    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;
       }
     }
     
    The schema path to identify an instance is opendaylight-mdsal-augment-test/leaf-from-grouping
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends LeafFromGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getLeafFromGrouping

        @Nullable String getLeafFromGrouping()
        Returns:
        java.lang.String leafFromGrouping, or null if not present