public interface ChoiceSchemaNode extends DataSchemaNode, AugmentationTarget
DocumentedNode.WithStatus| Modifier and Type | Method and Description |
|---|---|
ChoiceCaseNode |
getCaseNodeByName(QName name)
Returns the concrete case according to specified Q name.
|
ChoiceCaseNode |
getCaseNodeByName(String name)
Returns the concrete case according to specified name.
|
Set<ChoiceCaseNode> |
getCases()
Returns cases of choice.
|
String |
getDefaultCase()
Returns name of case which is in the choice specified as default
|
getConstraints, isAddedByUses, isAugmenting, isConfigurationgetPath, getQNamegetStatusgetDescription, getReference, getUnknownSchemaNodesgetAvailableAugmentationsSet<ChoiceCaseNode> getCases()
case
substatement of the choice statementChoiceCaseNode getCaseNodeByName(QName name)
name - QName of seeked Choice Case Nodenull otherwiseChoiceCaseNode getCaseNodeByName(String name)
name - name of seeked child as Stringnull otherwiseString getDefaultCase()
default substatement of
choice statement.Copyright © 2018 OpenDaylight. All rights reserved.