public interface LabelSubobject extends org.opendaylight.yangtools.yang.binding.DataObject, CSubobject
This class represents the following YANG schema fragment defined in module rsvp
grouping label-subobject {
uses c-subobject;
leaf uni-directional {
type boolean;
}
choice label-type {
case type1-label-case {
container type1-label {
uses type1-label;
}
}
case generalized-label-case {
container generalized-label {
uses generalized-label;
}
}
case waveband-switching-label-case {
container waveband-switching-label {
uses waveband-switching-label;
}
}
}
}
The schema path to identify an instance is
rsvp/label-subobject| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable LabelType |
getLabelType() |
Class<? extends LabelSubobject> |
implementedInterface() |
@Nullable Boolean |
isUniDirectional() |
Class<? extends LabelSubobject> implementedInterface()
implementedInterface in interface CSubobjectimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Boolean isUniDirectional()
java.lang.Boolean uniDirectional, or null if not present@Nullable LabelType getLabelType()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.subobject.LabelType labelType, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.