Uses of Interface
org.opendaylight.yangtools.rfc7952.model.api.AnnotationSchemaNode
Packages that use AnnotationSchemaNode
Package
Description
YANG metamodel extensions to support metadata, as defined in
RFC7952.
Various base classes for implementing YANG model constructs..
-
Uses of AnnotationSchemaNode in org.opendaylight.yangtools.rfc7952.model.api
Methods in org.opendaylight.yangtools.rfc7952.model.api that return types with arguments of type AnnotationSchemaNodeModifier and TypeMethodDescriptionstatic @NonNull Optional<AnnotationSchemaNode>
AnnotationSchemaNode.find
(SchemaContext context, AnnotationName name) Find specified annotation if it is supported by the specified SchemaContext.static @NonNull Map<AnnotationName,
AnnotationSchemaNode> AnnotationSchemaNode.findAll
(SchemaContext context) Find all annotations supported by a SchemaContext.@NonNull Optional<AnnotationSchemaNode>
AnnotationSchemaNodeAware.findAnnotation
(AnnotationName name) Find an annotation based on its QName. -
Uses of AnnotationSchemaNode in org.opendaylight.yangtools.yang.model.spi
Methods in org.opendaylight.yangtools.yang.model.spi that return types with arguments of type AnnotationSchemaNodeModifier and TypeMethodDescriptionfinal Optional<AnnotationSchemaNode>
SimpleSchemaContext.findAnnotation
(AnnotationName qname)