public class WhenStatementImpl extends AbstractDeclaredStatement<RevisionAwareXPath> implements WhenStatement
Modifier and Type | Class and Description |
---|---|
static class |
WhenStatementImpl.Definition |
DocumentationGroup.WithStatus
Modifier | Constructor and Description |
---|---|
protected |
WhenStatementImpl(StmtContext<RevisionAwareXPath,WhenStatement,?> context) |
Modifier and Type | Method and Description |
---|---|
RevisionAwareXPath |
getCondition() |
DescriptionStatement |
getDescription()
All implementations should override this method.
|
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
protected WhenStatementImpl(StmtContext<RevisionAwareXPath,WhenStatement,?> context)
@Nonnull public RevisionAwareXPath getCondition()
getCondition
in interface WhenStatement
@Nullable public DescriptionStatement getDescription()
DocumentationGroup
getDescription
in interface DocumentationGroup
@Nullable public ReferenceStatement getReference()
DocumentationGroup
getReference
in interface DocumentationGroup
Copyright © 2018 OpenDaylight. All rights reserved.