Enum

fabric.define.DefType.Enum
case class Enum(values: List[Json]) extends DefType

Attributes

Source
DefType.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def className: Option[String]

Attributes

Definition Classes
Source
DefType.scala

Inherited methods

Attributes

Inherited from:
DefType
Source
DefType.scala
def isOpt: Boolean

Attributes

Inherited from:
DefType
Source
DefType.scala
def merge(that: DefType): DefType

Attributes

Inherited from:
DefType
Source
DefType.scala
def opt: DefType

Attributes

Inherited from:
DefType
Source
DefType.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def template(config: TemplateConfig): Json

Attributes

Inherited from:
DefType
Source
DefType.scala
def validate(value: Json): Boolean

Attributes

Inherited from:
DefType
Source
DefType.scala