Interface GroupRef

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GroupRef>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<NodeErrorReference>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ObjectReference

    public interface GroupRef
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<GroupRef>, ObjectReference

    This class represents the following YANG schema fragment defined in module sal-flow

     case group-ref {
       leaf group-ref {
         type group-type:group-ref;
       }
     }
     
    The schema path to identify an instance is sal-flow/node-error-reference/object-reference/group-ref
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        GroupRef getGroupRef()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.GroupRef groupRef, or null if not present