Interface SubobjectType
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.ChoiceIn<RecordRouteSubobjects>
,org.opendaylight.yangtools.binding.DataContainer
- All Known Subinterfaces:
BasicProtectionCase
,DynamicControlProtectionCase
,IpPrefixCase
,LabelCase
,PathKeyCase
,SrRroType
,SrRroType
,SrRroType
,SrRroType
,SrRroType
,SrRroType
,SrRroType
,SrRroType
,SrRroType
,SrRroType
,UnnumberedCase
@Generated("mdsal-binding-generator")
public interface SubobjectType
extends org.opendaylight.yangtools.binding.ChoiceIn<RecordRouteSubobjects>
This class represents the following YANG schema fragment defined in module rsvp
choice subobject-type { case ip-prefix-case { container ip-prefix { uses ip-prefix-subobject; } } case label-case { container label { uses label-subobject; leaf global { type boolean; default false; } } } case unnumbered-case { container unnumbered { uses unnumbered-subobject; } } case path-key-case { container path-key { uses path-key-subobject; } } }
-
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.binding.BindingContract
implementedInterface
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-