Interface Action

  • All Superinterfaces:
    Action, org.opendaylight.yangtools.yang.binding.Augmentable<Action>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ActionList>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<ActionKey>, Ordered

    public interface Action
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ActionList>, org.opendaylight.yangtools.yang.binding.Augmentable<Action>, Ordered, Action, org.opendaylight.yangtools.yang.binding.Identifiable<ActionKey>

    This class represents the following YANG schema fragment defined in module opendaylight-action-types

     list action {
       key order;
       uses ordered;
       uses action;
     }
     
    The schema path to identify an instance is opendaylight-action-types/action-list/action

    To create instances of this class use ActionBuilder.

    See Also:
    ActionBuilder, ActionKey
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        ActionKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<ActionKey>