@Beta
public interface DocumentedType
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getDescription()
Returns a string that contains a human-readable textual description of
type definition.
|
String |
getModuleName()
Returns the name of the module, in which generated type was specified.
|
Optional<String> |
getReference()
Returns a string that is used to specify a textual cross-reference to an
external document, either another module that defines related management
information, or a document that provides additional information relevant
to this definition.
|
List<org.opendaylight.yangtools.yang.common.QName> |
getSchemaPath()
Returns a list of QNames which represent schema path in schema tree from
actual concrete type to the root.
|
Optional<String> getDescription()
Optional<String> getReference()
List<org.opendaylight.yangtools.yang.common.QName> getSchemaPath()
String getModuleName()
Copyright © 2019 OpenDaylight. All rights reserved.