Uses of Interface
org.opendaylight.yangtools.rfc7952.model.api.AnnotationSchemaNode
-
Packages that use AnnotationSchemaNode Package Description org.opendaylight.yangtools.rfc7952.model.api YANG metamodel extensions to support metadata, as defined in RFC7952.org.opendaylight.yangtools.yang.model.spi -
-
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 AnnotationSchemaNode Modifier and Type Method Description static @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 AnnotationSchemaNode Modifier and Type Method Description Optional<AnnotationSchemaNode>
SimpleSchemaContext. findAnnotation(QName qname)
-