FactVariable

final case class FactVariable(idOption: Option[String], bindAsSequence: Boolean, fallbackValueExprOption: Option[ScopedXPathString], matchesOption: Option[Boolean], nilsOption: Option[Boolean], variableFilters: IndexedSeq[VariableFilter]) extends Variable
trait Serializable
trait Product
trait Equals
trait Variable
trait Resource
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product