Package | Description |
---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.library.rev160621.module.list |
Modifier and Type | Method and Description |
---|---|
static Module.ConformanceType |
Module.ConformanceType.forValue(int intValue)
Return the enumeration member whose
getIntValue() matches specified value. |
Module.ConformanceType |
ModuleBuilder.getConformanceType() |
@Nullable Module.ConformanceType |
Module.getConformanceType()
Indicates the type of conformance the server is claimingfor the YANG module
identified by this entry.
|
static Module.ConformanceType |
Module.ConformanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Module.ConformanceType[] |
Module.ConformanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Optional<Module.ConformanceType> |
Module.ConformanceType.forName(String name)
Return the enumeration member whose
getName() matches specified value. |
Modifier and Type | Method and Description |
---|---|
ModuleBuilder |
ModuleBuilder.setConformanceType(Module.ConformanceType value) |
Copyright © 2019 OpenDaylight. All rights reserved.