public interface ServiceRef extends DataObject
This class represents the following YANG schema fragment defined in module config
grouping service-ref {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
}
The schema path to identify an instance is
config/service-ref| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Object |
getName() |
Class<? extends ServiceType> |
getType()
Type of the service being referenced.
|
getImplementedInterfaceClass<? extends ServiceType> getType()
java.lang.Class type, or null if not presentObject getName()
java.lang.Object name, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.