Interface DeviateStatement
-
- All Superinterfaces:
DeclaredStatement<DeviateKind>
,ModelStatement<DeviateKind>
public interface DeviateStatement extends DeclaredStatement<DeviateKind>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default @NonNull DeviateKind
getValue()
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
declaredSubstatements, declaredSubstatements, findFirstDeclaredSubstatement, findFirstDeclaredSubstatementArgument, rawArgument, streamDeclaredSubstatements
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument, getStatementSource, statementDefinition
-
-
-
-
Method Detail
-
getValue
default @NonNull DeviateKind getValue()
-
-