public interface Bnc extends org.opendaylight.yangtools.yang.binding.DataObject, Object
This class represents the following YANG schema fragment defined in module pcep-types
grouping bnc {
uses object;
list subobject {
leaf loose {
type boolean;
}
uses rsvp:ip-prefix-subobject;
ordered-by user;
}
}
The schema path to identify an instance is
pcep-types/bnc| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<Subobject> |
getSubobject() |
Class<? extends Bnc> |
implementedInterface() |
default @NonNull List<Subobject> |
nonnullSubobject() |
isIgnore, isProcessingRuleClass<? extends Bnc> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface ObjectimplementedInterface in interface ObjectHeader@Nullable List<Subobject> getSubobject()
java.util.List subobject, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.