TheEnum

smithy4s.example.TheEnum
See theTheEnum companion object
sealed abstract class TheEnum(_value: String, _name: String, _intValue: Int, _hints: Hints) extends Value

Attributes

Companion
object
Graph
Supertypes
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object V1.type
object V2.type

Members list

Type members

Types

override type EnumType = TheEnum

Value members

Concrete methods

override def enumeration: Enumeration[EnumType]

Attributes

Definition Classes
Value
final def widen: TheEnum

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Concrete fields

override val hints: Hints
override val intValue: Int
override val name: String
override val value: String