public class PatternStatementImpl extends AbstractDeclaredStatement<PatternConstraint> implements PatternStatement
Modifier and Type | Class and Description |
---|---|
static class |
PatternStatementImpl.Definition |
DocumentationGroup.WithStatus
Modifier | Constructor and Description |
---|---|
protected |
PatternStatementImpl(StmtContext<PatternConstraint,PatternStatement,?> context) |
Modifier and Type | Method and Description |
---|---|
DescriptionStatement |
getDescription()
All implementations should override this method.
|
ErrorAppTagStatement |
getErrorAppTagStatement() |
ErrorMessageStatement |
getErrorMessageStatement() |
ModifierStatement |
getModifierStatement()
All implementations should override this method.
|
ReferenceStatement |
getReference()
All implementations should override this method.
|
PatternConstraint |
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 PatternStatementImpl(StmtContext<PatternConstraint,PatternStatement,?> context)
public ErrorAppTagStatement getErrorAppTagStatement()
getErrorAppTagStatement
in interface DocumentedConstraintGroup
public ErrorMessageStatement getErrorMessageStatement()
getErrorMessageStatement
in interface DocumentedConstraintGroup
public DescriptionStatement getDescription()
DocumentationGroup
getDescription
in interface DocumentationGroup
public ModifierStatement getModifierStatement()
PatternStatement
getModifierStatement
in interface PatternStatement
public ReferenceStatement getReference()
DocumentationGroup
getReference
in interface DocumentationGroup
@Nonnull public PatternConstraint getValue()
getValue
in interface PatternStatement
Copyright © 2018 OpenDaylight. All rights reserved.