Interface AnnotationStatement
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<org.opendaylight.yangtools.yang.common.QName>,org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement<org.opendaylight.yangtools.yang.common.QName>,org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement.WithStatus<org.opendaylight.yangtools.yang.common.QName>,org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureAwareDeclaredStatement<org.opendaylight.yangtools.yang.common.QName>,org.opendaylight.yangtools.yang.model.api.meta.ModelStatement<org.opendaylight.yangtools.yang.common.QName>,org.opendaylight.yangtools.yang.model.api.stmt.TypeAwareDeclaredStatement,org.opendaylight.yangtools.yang.model.api.stmt.UnknownStatement<org.opendaylight.yangtools.yang.common.QName>
@Beta public interface AnnotationStatement extends org.opendaylight.yangtools.yang.model.api.stmt.UnknownStatement<org.opendaylight.yangtools.yang.common.QName>, org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement.WithStatus<org.opendaylight.yangtools.yang.common.QName>, org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureAwareDeclaredStatement<org.opendaylight.yangtools.yang.common.QName>, org.opendaylight.yangtools.yang.model.api.stmt.TypeAwareDeclaredStatementDeclared statement representation of 'annotation' extension defined in RFC7952.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement
org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement.WithStatus<T extends Object>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default org.opendaylight.yangtools.yang.model.api.meta.StatementDefinitionstatementDefinition()-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
declarationReference, declaredSubstatements, declaredSubstatements, findFirstDeclaredSubstatement, findFirstDeclaredSubstatementArgument, rawArgument, streamDeclaredSubstatements
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement
getDescription, getReference
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement.WithStatus
getStatus
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureAwareDeclaredStatement
getIfFeatures
-
-