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, statementDefinition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
declaredSubstatements, rawArgument
argument, getStatementSource, statementDefinition
public 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 DocumentedConstraintGroup
public ErrorMessageStatement getErrorMessageStatement()
getErrorMessageStatement
in interface DocumentedConstraintGroup
public DescriptionStatement getDescription()
DocumentationGroup
getDescription
in interface DocumentationGroup
public ReferenceStatement getReference()
DocumentationGroup
getReference
in interface DocumentationGroup
@Nonnull public List<RangeConstraint> getRange()
getRange
in interface RangeStatement
Copyright © 2018 OpenDaylight. All rights reserved.