AttributeDSL
Object providing factory methods to create attribute DSL instances for use in the OLAP DSL.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
AttributeDSL.type
Members list
Type members
Classlikes
Attributes
- Supertypes
- Known subtypes
-
class AttributeDSLWithValueclass AttributeDSLWithoutValue
A concrete implementation of Attribute
used to define attributes with a value.
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
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AttributeDSLtrait Attributeclass Objecttrait Matchableclass AnyShow all
A concrete implementation of Attribute
used to define attributes without a value.
A concrete implementation of Attribute
used to define attributes without a value.
The value is always the empty string.
Value parameters
- name
-
name of the attribute
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AttributeDSLtrait Attributeclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Creates an AttributeDSLWithValue with the specified base name and value.
Creates an AttributeDSLWithValue with the specified base name and value.
Value parameters
- baseName
-
nase name of the attribute
- value
-
value of the attribute
Attributes
- Returns
-
an instance of AttributeDSLWithValue
Creates an AttributeDSLWithoutValue with the specified base name.
Creates an AttributeDSLWithoutValue with the specified base name.
Value parameters
- baseName
-
name of the attribute
Attributes
- Returns
-
an instance of AttributeDSLWithoutValue with empty value