public class ChooseStep extends Object implements ParametrableStep
| Modifier and Type | Field and Description |
|---|---|
static net.sf.saxon.s9api.QName |
QNAME |
| Constructor and Description |
|---|
ChooseStep() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(ParameterValue param)
Does nothing, a ChooseStep may not have parameters
|
void |
addWhen(WhenEntry when) |
List<WhenEntry> |
getConditions() |
Collection<ParameterValue> |
getParams()
Always return null, a step may not have parameters.
|
String |
toString(String prefix)
A tostring() with a prefix on each line
|
void |
verify()
Réalise les vérifications nécessaires sur l'instance, et jette une exception en cas de problème
|
public Collection<ParameterValue> getParams()
getParams in interface ParametrableStepnullpublic void addWhen(WhenEntry when)
public void addParameter(ParameterValue param)
addParameter in interface ParametrableStepparam - Ignoredpublic String toString(String prefix)
ParametrableSteptoString in interface ParametrableStepprefix - The prefix to use on each linepublic void verify()
throws InvalidSyntaxException
Verifiableverify in interface VerifiableInvalidSyntaxException - If something is wrongCopyright © 2019. All rights reserved.