Interface FractionDigitsStatement
- All Superinterfaces:
DeclaredStatement<Integer>
,ModelStatement<Integer>
- All Known Implementing Classes:
EmptyFractionDigitsStatement
,RefFractionDigitsStatement
,RegularFractionDigitsStatement
Declared representation of a
fraction-digits
statement.-
Method Summary
Modifier and TypeMethodDescriptiondefault int
getValue()
Deprecated, for removal: This API element is subject to removal in a future version.default StatementDefinition
Statement Definition of this statement.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.meta.ModelStatement
argument
-
Method Details
-
statementDefinition
Description copied from interface:ModelStatement
Statement Definition of this statement.- Specified by:
statementDefinition
in interfaceModelStatement<Integer>
- Returns:
- definition of this statement.
-
getValue
Deprecated, for removal: This API element is subject to removal in a future version.
-