Interface Bnc
- 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
,Object
,ObjectHeader
- All Known Subinterfaces:
BranchNodeList
,NonBranchNodeList
@Generated("mdsal-binding-generator")
public interface Bnc
extends org.opendaylight.yangtools.yang.binding.DataObject, Object
This class represents the following YANG schema fragment defined in module pcep-types
grouping bnc { uses object; list subobject { leaf loose { type boolean; } uses rsvp:ip-prefix-subobject; ordered-by user; } }
-
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 subobject, ornull
if it is not present.Return subobject, or an empty list if it is not present.Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ObjectHeader
getIgnore, getProcessingRule, requireIgnore, requireProcessingRule
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
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
- Specified by:
implementedInterface
in interfaceObject
- Specified by:
implementedInterface
in interfaceObjectHeader
-
getSubobject
Return subobject, ornull
if it is not present.- Returns:
List<Subobject>
subobject, ornull
if it is not present.
-
nonnullSubobject
Return subobject, or an empty list if it is not present.- Returns:
List<Subobject>
subobject, or an empty list if it is not present.
-