Interface BasicExplicitRouteSubobjects
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
ExcludeRouteSubobjects
,ExplicitHops1
,ExplicitRouteSubobjects
,Exrs
,SecondaryExplicitRouteSubobjects
,Subobject
,Subobject
,Subobject
,Subobject
,SubobjectContainer
,SubobjectContainer
,SubobjectContainer
@Generated("mdsal-binding-generator")
public interface BasicExplicitRouteSubobjects
extends org.opendaylight.yangtools.yang.binding.DataObject
Subobjects shared between XRO and ERO
This class represents the following YANG schema fragment defined in module rsvp
grouping basic-explicit-route-subobjects { 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
Modifier and TypeMethodDescriptionReturn subobjectType, ornull
if it is not present.Class<? extends BasicExplicitRouteSubobjects>
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends BasicExplicitRouteSubobjects> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getSubobjectType
SubobjectType getSubobjectType()Return subobjectType, ornull
if it is not present.- Returns:
SubobjectType
subobjectType, ornull
if it is not present.
-