Interface Cont1

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Cont1>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<AugGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Cont1
    extends org.opendaylight.yangtools.yang.binding.ChildOf<AugGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<Cont1>

    This class represents the following YANG schema fragment defined in module opendaylight-of-migration-test-model

     container cont1 {
       leaf attr-str {
         type string;
       }
     }
     
    The schema path to identify an instance is opendaylight-of-migration-test-model/aug-grouping/cont1

    To create instances of this class use Cont1Builder.

    See Also:
    Cont1Builder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Cont1> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getAttrStr

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