| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotationEffectiveStatement
Effective statement representation of 'annotation' extension defined in
RFC7952.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<AnnotationSchemaNode> |
AnnotationSchemaNode.find(org.opendaylight.yangtools.yang.model.api.SchemaContext context,
org.opendaylight.yangtools.yang.common.QName qname)
Find specified annotation if it is supported by the specified SchemaContext.
|
static Map<org.opendaylight.yangtools.yang.common.QName,AnnotationSchemaNode> |
AnnotationSchemaNode.findAll(org.opendaylight.yangtools.yang.model.api.SchemaContext context)
Find all annotations supported by a SchemaContext.
|
Copyright © 2018 OpenDaylight. All rights reserved.