Interface SubobjectType
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.ChoiceIn<BasicExplicitRouteSubobjects>
,org.opendaylight.yangtools.yang.binding.DataContainer
- All Known Subinterfaces:
AsNumberCase
,BasicProtectionCase
,DynamicControlProtectionCase
,ExrsCase
,IpPrefixCase
,LabelCase
,PathKeyCase
,SrEroType
,SrEroType
,SrEroType
,SrEroType
,SrEroType
,SrEroType
,SrEroType
,SrlgCase
,UnnumberedCase
@Generated("mdsal-binding-generator")
public interface SubobjectType
extends org.opendaylight.yangtools.yang.binding.ChoiceIn<BasicExplicitRouteSubobjects>
This class represents the following YANG schema fragment defined in module rsvp
choice subobject-type { case as-number-case { container as-number { uses as-number-subobject; } } case ip-prefix-case { container ip-prefix { uses ip-prefix-subobject; } } case label-case { container label { uses label-subobject; } } case srlg-case { container srlg { uses srlg-subobject; } } case unnumbered-case { container unnumbered { uses unnumbered-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.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.
-