Uses of Interface
org.opendaylight.yangtools.rfc7952.model.api.AnnotationSchemaNode
Packages that use AnnotationSchemaNode
-
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, QName qname) Find specified annotation if it is supported by the specified SchemaContext.static @NonNull Map<QName,
AnnotationSchemaNode> AnnotationSchemaNode.findAll
(SchemaContext context) Find all annotations supported by a SchemaContext.@NonNull Optional<AnnotationSchemaNode>
AnnotationSchemaNodeAware.findAnnotation
(QName qname) 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
(QName qname)