Package org.opendaylight.yangtools.yang.parser.spi.validation
@Export
package org.opendaylight.yangtools.yang.parser.spi.validation
Provides interfaces and enumerations necessary for validation processes. * Currently, this package contains an
interface which represents a namespace used by the validation process. This namespace contains different types of
validation bundles or collections. Allowed types of validation bundles are defined by the enumeration
ValidationBundles.ValidationBundleType
which is provided by this package.-
ClassDescriptionNamespace used for validating whether a node is of some type, e.g. usable target for some operation or has other significant properties.