All Downloads are FREE. Search and download functionalities are using the official Maven repository.

izumi.idealingua.runtime.model.IDLEnum.scala Maven / Gradle / Ivy

The newest version!
package izumi.idealingua.runtime.model

trait IDLEnum extends IDLGenerated {
  type Element <: IDLEnumElement

  def all: Seq[Element]

  def parse(value: String): Element
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy