AttributeDSLWithValue

folap.olapdsl.AttributeDSL.AttributeDSLWithValue
case class AttributeDSLWithValue(name: String, value: String) extends AttributeDSL

A concrete implementation of Attribute used to define attributes with a value.

Value parameters

name

name of the attribute

value

value of the attribute

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AttributeDSL
trait Attribute
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val parent: Option[Attribute]

The Attribute that precedes this Attribute in the hierarchy

The Attribute that precedes this Attribute in the hierarchy

Attributes

Returns

a Some containing the parent Attribute if this Attribute is not the last in the hierarchy; None otherwise