EnumType

laika.ast.EnumType$
See theEnumType companion class
object EnumType

Enumeration of supported enum types.

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
EnumType.type

Members list

Type members

Classlikes

case object Arabic extends EnumType

Arabic enumeration style (1, 2, 3...)

Arabic enumeration style (1, 2, 3...)

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class EnumType
class Object
trait Matchable
class Any
Show all
Self type
Arabic.type
case object LowerAlpha extends EnumType

Lowercase letter enumeration style (a, b, c...)

Lowercase letter enumeration style (a, b, c...)

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class EnumType
class Object
trait Matchable
class Any
Show all
Self type
LowerAlpha.type
case object LowerRoman extends EnumType

Lowercase Roman numeral enumeration style (i, ii, iii, iv...)

Lowercase Roman numeral enumeration style (i, ii, iii, iv...)

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class EnumType
class Object
trait Matchable
class Any
Show all
Self type
LowerRoman.type
case object UpperAlpha extends EnumType

Uppercase letter enumeration style (A, B, C...)

Uppercase letter enumeration style (A, B, C...)

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class EnumType
class Object
trait Matchable
class Any
Show all
Self type
UpperAlpha.type
case object UpperRoman extends EnumType

Uppercase Roman numeral enumeration style (I, II, III, IV...)

Uppercase Roman numeral enumeration style (I, II, III, IV...)

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class EnumType
class Object
trait Matchable
class Any
Show all
Self type
UpperRoman.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror