public abstract class ServiceType extends BaseIdentity
This class represents the following YANG schema fragment defined in module config
identity service-type {
description
"Service identity base type. All service identities must be
derived from this type. A service type uniquely defines a single
atomic API contract, such as a Java interface, a set of C
function declarations, or similar.
If the service type has a corresponding Java interface, the name
of that interface should be attached to the derived identity MUST
include a java-class keyword, whose name argument points to that
interface.";
status CURRENT;
}
The schema path to identify an instance is
config/service-type| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
INSTANCE| Constructor and Description |
|---|
ServiceType() |
Copyright © 2017 OpenDaylight. All rights reserved.