Interface BundlePropertyEntry
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.ChoiceIn<BundlePropertyGrouping>
,org.opendaylight.yangtools.yang.binding.DataContainer
- All Known Subinterfaces:
BundlePropertyExperimenter
@Generated("mdsal-binding-generator")
public interface BundlePropertyEntry
extends org.opendaylight.yangtools.yang.binding.ChoiceIn<BundlePropertyGrouping>
This class represents the following YANG schema fragment defined in module onf-extensions
choice bundle-property-entry { case bundle-property-experimenter { leaf experimenter { type oft:experimenter-id; } leaf exp-type { type uint32; } choice bundle-property-experimenter-data; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Methods inherited from interface org.opendaylight.yangtools.yang.binding.BindingContract
implementedInterface
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-