Interface and Description |
---|
org.opendaylight.yangtools.yang.model.api.SchemaContextHolder
Use
SchemaContextProvider instead. |
org.opendaylight.yangtools.yang.model.api.SourceStreamAware
This interface is a violation of the effective model contract. To look up the source of a particular
module use a
SchemaRepository or a similar
lookup table. |
org.opendaylight.yangtools.yang.model.repo.api.YinSchemaSource
Use
YinDomSchemaSource for compatibility, or a transformation of YinXmlSchemaSource
to get the source in your preferred format. |
Method and Description |
---|
org.opendaylight.yangtools.yang.model.api.DataNodeContainer.getDataChildByName(String)
This method disregards the namespace and thus leads to unpredictable results
when multiple children exist with the same localname, but with different namespaces.
|
org.opendaylight.yangtools.yang.model.api.SchemaPath.getPath()
Use
SchemaPath.getPathFromRoot() instead. |
org.opendaylight.yangtools.yang.model.api.type.EnumTypeDefinition.EnumPair.getPath()
Enum pair SHOULD NOT have schema path, since it's argument is only string and
not QName.
|
org.opendaylight.yangtools.yang.model.api.type.InstanceIdentifierTypeDefinition.getPathStatement()
This method is deprecated because it is not defined in YANG metamodel. It is scheduled for removal
in Boron release cycle.
|
org.opendaylight.yangtools.yang.model.api.type.EnumTypeDefinition.EnumPair.getQName()
Enum pair SHOULD NOT have QName, since it's argument is only string (allows
characters not allowed in QName) and not QName. Use
EnumTypeDefinition.EnumPair.getName()
instead. |
org.opendaylight.yangtools.yang.model.api.Module.getSource() |
Constructor and Description |
---|
org.opendaylight.yangtools.yang.model.api.SchemaPath(SchemaPath, QName)
This constructor will be hidden in a future release.
|
Copyright © 2017 OpenDaylight. All rights reserved.