Interface ConfigStatement
-
- All Superinterfaces:
DeclaredStatement<Boolean>
,ModelStatement<Boolean>
public interface ConfigStatement extends DeclaredStatement<Boolean>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
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
-
-