Interface Bnc
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
,Object
,ObjectHeader
- All Known Subinterfaces:
BranchNodeList
,NonBranchNodeList
@Generated("mdsal-binding-generator")
public interface Bnc
extends org.opendaylight.yangtools.binding.Grouping, 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; } }
-
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.yangtools.binding.BindingContract
implementedInterface
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ObjectHeader
getIgnore, getProcessingRule, requireIgnore, requireProcessingRule
-
Method Details
-
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.
-