Interface AnnotationSchemaNodeAwareSchemaContext
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.model.api.ActionNodeContainer,org.opendaylight.yangtools.yang.model.api.AddedByUsesAware,AnnotationSchemaNodeAware,org.opendaylight.yangtools.yang.model.api.AugmentationTarget,org.opendaylight.yangtools.yang.model.api.ContainerLike,org.opendaylight.yangtools.yang.model.api.CopyableNode,org.opendaylight.yangtools.yang.model.api.DataNodeContainer,org.opendaylight.yangtools.yang.model.api.DataSchemaNode,org.opendaylight.yangtools.yang.model.api.DocumentedNode,org.opendaylight.yangtools.yang.model.api.DocumentedNode.WithStatus,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.yang.model.api.MustConstraintAware,org.opendaylight.yangtools.concepts.MutationBehaviour<org.opendaylight.yangtools.concepts.Immutable>,org.opendaylight.yangtools.yang.model.api.NotificationNodeContainer,org.opendaylight.yangtools.yang.model.api.SchemaContext,org.opendaylight.yangtools.yang.model.api.SchemaNode,org.opendaylight.yangtools.yang.model.api.WhenConditionAware
@Beta public interface AnnotationSchemaNodeAwareSchemaContext extends AnnotationSchemaNodeAware, org.opendaylight.yangtools.yang.model.api.SchemaContext
ASchemaContextwhich is alsoAnnotationSchemaNodeAware. This is a utility capture for users which need to deal with SchemaContext, but also require it to have annotation indices.
-
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.rfc7952.model.api.AnnotationSchemaNodeAware
findAnnotation
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
findDataChildByName, findDataChildByName, findDataTreeChild, findDataTreeChild, getChildNodes, getDataChildByName, getGroupings, getTypeDefinitions
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
getUnknownSchemaNodes
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.NotificationNodeContainer
getNotifications
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.SchemaContext
findAction, findDataTreeChild, findModule, findModule, findModule, findModule, findModule, findModule, findModule, findModules, findModules, findNotification, getActions, getAvailableAugmentations, getDataDefinitions, getDerivedIdentities, getDescription, getExtensions, getModules, getMustConstraints, getOperations, getPath, getQName, getReference, getStatus, getUses, getWhenCondition, isAddedByUses, isAugmenting, isConfiguration
-
-