Interface RouterType
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.ChoiceIn<OspfNodeAttributes>
,org.opendaylight.yangtools.yang.binding.DataContainer
- All Known Subinterfaces:
Abr
,Asbr
,Internal
,Pseudonode
@Generated("mdsal-binding-generator")
public interface RouterType
extends org.opendaylight.yangtools.yang.binding.ChoiceIn<OspfNodeAttributes>
This class represents the following YANG schema fragment defined in module ospf-topology
choice router-type { case abr { leaf abr { type empty; } } case asbr { leaf asbr { type empty; } } case internal { leaf internal { type empty; } } case pseudonode { leaf pseudonode { type empty; } } }
-
Field Summary
FieldsModifier 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.
-