public class LengthStatementImpl extends AbstractDeclaredStatement<List<LengthConstraint>> implements LengthStatement
Modifier and Type | Class and Description |
---|---|
static class |
LengthStatementImpl.Definition |
DocumentationGroup.WithStatus
Modifier | Constructor and Description |
---|---|
protected |
LengthStatementImpl(StmtContext<List<LengthConstraint>,LengthStatement,?> context) |
Modifier and Type | Method and Description |
---|---|
DescriptionStatement |
getDescription()
All implementations should override this method.
|
ErrorAppTagStatement |
getErrorAppTagStatement() |
ErrorMessageStatement |
getErrorMessageStatement() |
ReferenceStatement |
getReference()
All implementations should override this method.
|
List<LengthConstraint> |
getValue() |
allDeclared, argument, declaredSubstatements, firstDeclared, getStatementSource, rawArgument, statementDefinition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
declaredSubstatements, rawArgument
argument, getStatementSource, statementDefinition
protected LengthStatementImpl(StmtContext<List<LengthConstraint>,LengthStatement,?> 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<LengthConstraint> getValue()
getValue
in interface LengthStatement
Copyright © 2018 OpenDaylight. All rights reserved.