DimensionRelationshipNode

final case class DimensionRelationshipNode(idOption: Option[String], parentChildOrderOption: Option[ParentChildOrder], tagSelectorOption: Option[String], dimension: EName, relationshipSourceNamesOrExprs: IndexedSeq[ENameValueOrExpr], linkroleOrExprOption: Option[StringValueOrExpr], formulaAxisOrExprOption: Option[StringValueOrExpr], generationsOrExprOption: Option[BigDecimalValueOrExpr], definitionNodeSubtrees: IndexedSeq[DefinitionNodeSubtree]) extends RelationshipNode
trait Serializable
trait Product
trait Equals
trait Resource
class Object
trait Matchable
class Any

Value members

Inherited methods

final def children: IndexedSeq[DefinitionNode]
Inherited from
DefinitionNode
final def descendants: IndexedSeq[DefinitionNode]
Inherited from
DefinitionNode
final def descendantsOrSelf: IndexedSeq[DefinitionNode]
Inherited from
DefinitionNode
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product