Package com.xmlcalabash.runtime.api
Class RuntimeOption
-
- All Implemented Interfaces:
public final class RuntimeOption
-
-
Field Summary
Fields Modifier and Type Field Description private final QName
name
private final SequenceType
asType
private final List<XdmAtomicValue>
values
private final Boolean
static
private final XProcExpression
staticValue
-
Constructor Summary
Constructors Constructor Description RuntimeOption(QName name, SequenceType asType, List<XdmAtomicValue> values, Boolean static, XProcExpression staticValue)
-
Method Summary
Modifier and Type Method Description final QName
getName()
final SequenceType
getAsType()
final List<XdmAtomicValue>
getValues()
final Boolean
getStatic()
final XProcExpression
getStaticValue()
-
-
Constructor Detail
-
RuntimeOption
RuntimeOption(QName name, SequenceType asType, List<XdmAtomicValue> values, Boolean static, XProcExpression staticValue)
-
-
Method Detail
-
getName
final QName getName()
-
getAsType
final SequenceType getAsType()
-
getStaticValue
final XProcExpression getStaticValue()
-
-
-
-