Parameter

sealed class Parameter(underlyingResource: NonStandardResource) extends VariableOrParameter

A variable:parameter. Not final, because an instance:instance is also a parameter.

A variable:parameter. Not final, because an instance:instance is also a parameter.

trait XLinkElem
class Object
trait Matchable
class Any
class Instance

Value members

Concrete methods

final def asOption: Option[EName]

Returns the "as" attribute as optional EName. This may fail with an exception if the taxonomy is not schema-valid.

Returns the "as" attribute as optional EName. This may fail with an exception if the taxonomy is not schema-valid.

final def name: EName

Returns the mandatory name attribute as EName. This may fail with an exception if the taxonomy is not schema-valid.

Returns the mandatory name attribute as EName. This may fail with an exception if the taxonomy is not schema-valid.

final def requiredOption: Option[Boolean]

Returns the optional "required" attribute as optional Boolean. This may fail with an exception if the taxonomy is not schema-valid.

Returns the optional "required" attribute as optional Boolean. This may fail with an exception if the taxonomy is not schema-valid.

Returns the optional select attribute as optional ScopedXPathString. This may fail with an exception if the taxonomy is not schema-valid.

Returns the optional select attribute as optional ScopedXPathString. This may fail with an exception if the taxonomy is not schema-valid.

Inherited methods

final def backingElem: Elem
Inherited from
FormulaResource
final def docUri: URI
Inherited from
FormulaResource
final def elr: String
Inherited from
FormulaResource
final def key: XmlFragmentKey
Inherited from
FormulaResource
final def roleOption: Option[String]
Inherited from
FormulaResource
final def underlyingParentElem: Elem
Inherited from
FormulaResource
final def xlinkAttributes: Map[EName, String]
Inherited from
FormulaResource
final def xlinkLabel: String
Inherited from
FormulaResource
final def xlinkType: String
Inherited from
FormulaResource