public interface RpcContextRef extends DataObject
This class represents the following YANG schema fragment defined in module yang-ext
grouping rpc-context-ref { leaf context-instance { type instance-identifier; } }The schema path to identify an instance is yang-ext/rpc-context-ref
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable InstanceIdentifier<?> |
getContextInstance()
Pointer to the context.
|
getImplementedInterface
@Nullable InstanceIdentifier<?> getContextInstance()
org.opendaylight.yangtools.yang.binding.InstanceIdentifier
contextInstance
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.