Interface Feature

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Feature>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Features>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<FeatureKey>, ServiceProviderFeatureAttributes

    public interface Feature
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Features>, org.opendaylight.yangtools.yang.binding.Augmentable<Feature>, ServiceProviderFeatureAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<FeatureKey>

    This class represents the following YANG schema fragment defined in module neutron-extensions

     list feature {
       key service-provider-feature;
       uses service-provider-feature-attributes;
     }
     
    The schema path to identify an instance is neutron-extensions/service-provider-features-attributes/features/feature

    To create instances of this class use FeatureBuilder.

    See Also:
    FeatureBuilder, FeatureKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Feature> 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 ServiceProviderFeatureAttributes
      • key

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