Interface AnnotationEffectiveStatement
- All Superinterfaces:
EffectiveStatement<AnnotationName,
,AnnotationStatement> ModelStatement<AnnotationName>
,TypeDefinitionAware
,UnknownEffectiveStatement<AnnotationName,
AnnotationStatement>
@Beta
public interface AnnotationEffectiveStatement
extends UnknownEffectiveStatement<AnnotationName,AnnotationStatement>, TypeDefinitionAware
Effective statement representation of 'annotation' extension defined in
RFC7952.
-
Method Summary
Modifier and TypeMethodDescriptiondefault StatementDefinition
Statement Definition of this statement.Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
collectEffectiveSubstatements, effectiveSubstatements, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, getDeclared, statementOrigin, streamEffectiveSubstatements
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.TypeDefinitionAware
getTypeDefinition
-
Method Details
-
statementDefinition
Description copied from interface:ModelStatement
Statement Definition of this statement.- Specified by:
statementDefinition
in interfaceModelStatement<AnnotationName>
- Returns:
- definition of this statement.
-