EType

trait EType[A <: ToCodingAble](val reference: String)
class Object
trait Matchable
class Any
object ADDRESS_TYPE.type
object ADDRESS_USE.type
object ALL_TYPES.type
object CONTACT_POINT_USE.type
object CONTRIBUTOR_TYPE.type
object DAYS_OF_WEEK.type
object LANGUAGES.type
object EVENT_TIMING.type
object IDENTIFIER_USE.type
object NAME_USE.type
object SORT_DIRECTION.type
object TRIGGER_TYPE.type
object UNITS_OF_TIME.type

Value members

Abstract methods

def values: Array[A]

Concrete fields

val reference: String
lazy val withName: String => A

Implicits

Implicits

implicit val decoder: Decoder[A]
implicit val encoder: Encoder[A]