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