Interface ValidationBundlesNamespace
-
- All Superinterfaces:
IdentifierNamespace<ValidationBundlesNamespace.ValidationBundleType,Collection<?>>
public interface ValidationBundlesNamespace extends IdentifierNamespace<ValidationBundlesNamespace.ValidationBundleType,Collection<?>>
Namespace used for validating whether a node is of some type, e.g. usable target for some operation or has other significant properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ValidationBundlesNamespace.ValidationBundleType
-
Field Summary
Fields Modifier and Type Field Description static NamespaceBehaviour<ValidationBundlesNamespace.ValidationBundleType,Collection<?>,@NonNull ValidationBundlesNamespace>
BEHAVIOUR
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.IdentifierNamespace
get
-
-
-
-
Field Detail
-
BEHAVIOUR
static final NamespaceBehaviour<ValidationBundlesNamespace.ValidationBundleType,Collection<?>,@NonNull ValidationBundlesNamespace> BEHAVIOUR
-
-