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, statementDefinitionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeclaredSubstatements, rawArgumentargument, getStatementSource, statementDefinitionprotected 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 ChoiceStatementpublic WhenStatement getWhenStatement()
getWhenStatement in interface ConditionalDataDefinition@Nonnull public Collection<? extends IfFeatureStatement> getIfFeatures()
ConditionalFeaturegetIfFeatures in interface ConditionalFeature@Nullable public StatusStatement getStatus()
getStatus in interface DocumentationGroup.WithStatus@Nullable public DescriptionStatement getDescription()
DocumentationGroupgetDescription in interface DocumentationGroup@Nullable public ReferenceStatement getReference()
DocumentationGroupgetReference in interface DocumentationGroupCopyright © 2018 OpenDaylight. All rights reserved.