public abstract class ModuleType extends BaseIdentity
This class represents the following YANG schema fragment defined in module config
identity module-type {
description
"Module identity base type. All module identities must be derived
from this type. A module type uniquely defines a single atomic
component, such as an application. Each such component is assumed
to have its unique, stable and versioned configuration structure.";
status CURRENT;
}
The schema path to identify an instance is
config/module-type| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
INSTANCE| Constructor and Description |
|---|
ModuleType() |
Copyright © 2017 OpenDaylight. All rights reserved.