public class ChoiceStatementImpl extends AbstractDeclaredStatement<QName> implements ChoiceStatement
Modifier and Type | Class and Description |
---|---|
static class |
ChoiceStatementImpl.Definition |
DocumentationGroup.WithStatus
Modifier | Constructor and Description |
---|---|
protected |
ChoiceStatementImpl(StmtContext<QName,ChoiceStatement,?> context) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends CaseStatement> |
getCases() |
ConfigStatement |
getConfig() |
DefaultStatement |
getDefault() |
DescriptionStatement |
getDescription()
All implementations should override this method.
|
Collection<? extends IfFeatureStatement> |
getIfFeatures()
All implementations should override this method.
|
MandatoryStatement |
getMandatory() |
QName |
getName() |
ReferenceStatement |
getReference()
All implementations should override this method.
|
StatusStatement |
getStatus() |
WhenStatement |
getWhenStatement() |
allDeclared, argument, declaredSubstatements, firstDeclared, getStatementSource, rawArgument, statementDefinition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
declaredSubstatements, rawArgument
argument, getStatementSource, statementDefinition
protected ChoiceStatementImpl(StmtContext<QName,ChoiceStatement,?> context)
@Nonnull public QName getName()
getName
in interface DataDefinitionStatement
@Nullable public DefaultStatement getDefault()
getDefault
in interface ChoiceStatement
@Nullable public ConfigStatement getConfig()
getConfig
in interface ChoiceStatement
@Nullable public MandatoryStatement getMandatory()
getMandatory
in interface ChoiceStatement
@Nonnull public Collection<? extends CaseStatement> getCases()
getCases
in interface ChoiceStatement
public WhenStatement getWhenStatement()
getWhenStatement
in interface ConditionalDataDefinition
@Nonnull public Collection<? extends IfFeatureStatement> getIfFeatures()
ConditionalFeature
getIfFeatures
in interface ConditionalFeature
@Nullable public StatusStatement getStatus()
getStatus
in interface DocumentationGroup.WithStatus
@Nullable public DescriptionStatement getDescription()
DocumentationGroup
getDescription
in interface DocumentationGroup
@Nullable public ReferenceStatement getReference()
DocumentationGroup
getReference
in interface DocumentationGroup
Copyright © 2018 OpenDaylight. All rights reserved.