Class OptionStepParameters
-
- All Implemented Interfaces:
public final class OptionStepParameters extends ExpressionStepParameters
-
-
Field Summary
Fields Modifier and Type Field Description private final QName
name
private final AtomicExpressionStepInstruction
step
private final XProcExpression
expression
private final SequenceType
asType
private final List<XdmAtomicValue>
values
private final Boolean
collection
private final Map<QName, String>
extensionAttr
private final Map<String, RuntimePort>
inputs
private final Map<String, RuntimePort>
outputs
private final Map<QName, RuntimeOption>
options
private final QName
stepType
private final String
stepName
private final Location
location
-
Constructor Summary
Constructors Constructor Description OptionStepParameters(String stepName, Location location, Map<String, RuntimePort> inputs, Map<String, RuntimePort> outputs, Map<QName, RuntimeOption> options, AtomicExpressionStepInstruction step)
-
Method Summary
Modifier and Type Method Description final QName
getName()
final AtomicExpressionStepInstruction
getStep()
-
Methods inherited from class com.xmlcalabash.runtime.parameters.ExpressionStepParameters
getAsType, getCollection, getExpression, getExtensionAttr, getValues
-
Methods inherited from class com.xmlcalabash.runtime.parameters.RuntimeStepParameters
getInputs, getOptions, getOutputs
-
Methods inherited from class com.xmlcalabash.runtime.parameters.StepParameters
getLocation, getStepName, getStepType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
OptionStepParameters
OptionStepParameters(String stepName, Location location, Map<String, RuntimePort> inputs, Map<String, RuntimePort> outputs, Map<QName, RuntimeOption> options, AtomicExpressionStepInstruction step)
-
-
Method Detail
-
getName
final QName getName()
-
getStep
final AtomicExpressionStepInstruction getStep()
-
-
-
-