AttributeDSLBuilder

folap.olapdsl.AttributeDSLBuilder

Provides a simple and readable DSL for creating AttributeDSL instances.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension (name: String)
infix def is(value: String): AttributeDSL

Extension method that allows creating an AttributeDSL instance using natural syntax with the infix is keyword.

Extension method that allows creating an AttributeDSL instance using natural syntax with the infix is keyword.

Value parameters

name

name of the attribute.

value

value of the attribute.

Attributes

Returns

an AttributeDSL with the specified name and value.