public class RangeStatementImpl extends AbstractDeclaredStatement<List<RangeConstraint>> implements RangeStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
RangeStatementImpl.Definition |
DocumentationGroup.WithStatus| Modifier and Type | Field and Description |
|---|---|
static BigDecimal |
YANG_MAX_NUM |
static BigDecimal |
YANG_MIN_NUM |
| Modifier | Constructor and Description |
|---|---|
protected |
RangeStatementImpl(StmtContext<List<RangeConstraint>,RangeStatement,?> context) |
| Modifier and Type | Method and Description |
|---|---|
DescriptionStatement |
getDescription()
All implementations should override this method.
|
ErrorAppTagStatement |
getErrorAppTagStatement() |
ErrorMessageStatement |
getErrorMessageStatement() |
List<RangeConstraint> |
getRange() |
ReferenceStatement |
getReference()
All implementations should override this method.
|
allDeclared, argument, declaredSubstatements, firstDeclared, getStatementSource, rawArgument, statementDefinitionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeclaredSubstatements, rawArgumentargument, getStatementSource, statementDefinitionpublic static final BigDecimal YANG_MIN_NUM
public static final BigDecimal YANG_MAX_NUM
protected RangeStatementImpl(StmtContext<List<RangeConstraint>,RangeStatement,?> context)
public ErrorAppTagStatement getErrorAppTagStatement()
getErrorAppTagStatement in interface DocumentedConstraintGrouppublic ErrorMessageStatement getErrorMessageStatement()
getErrorMessageStatement in interface DocumentedConstraintGrouppublic DescriptionStatement getDescription()
DocumentationGroupgetDescription in interface DocumentationGrouppublic ReferenceStatement getReference()
DocumentationGroupgetReference in interface DocumentationGroup@Nonnull public List<RangeConstraint> getRange()
getRange in interface RangeStatementCopyright © 2018 OpenDaylight. All rights reserved.