Interface ActionType

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ActionType>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<SupportedActions>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Feature, org.opendaylight.yangtools.yang.binding.Identifiable<ActionTypeKey>

    public interface ActionType
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SupportedActions>, org.opendaylight.yangtools.yang.binding.Augmentable<ActionType>, Feature, org.opendaylight.yangtools.yang.binding.Identifiable<ActionTypeKey>

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

     list action-type {
       key action;
       uses feature;
       leaf action {
         type string;
       }
     }
     
    The schema path to identify an instance is flow-node-inventory/flow-node/supported-actions/action-type

    To create instances of this class use ActionTypeBuilder.

    See Also:
    ActionTypeBuilder, ActionTypeKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<ActionType> implementedInterface()
        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 Feature
      • getAction

        String getAction()
        Returns:
        java.lang.String action, or null if not present