object SubForm extends Enum[SubForm]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SubForm
- Enum
- EnumCompat
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extraNamesToValuesMap: Map[String, SubForm]
- Definition Classes
- Enum
- macro def findValues: IndexedSeq[SubForm]
- Attributes
- protected
- Definition Classes
- EnumCompat
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def indexOf(member: SubForm): Int
- Definition Classes
- Enum
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final lazy val lowerCaseNamesToValuesMap: Map[String, SubForm]
- Definition Classes
- Enum
- lazy val namesToValuesMap: Map[String, SubForm]
- Definition Classes
- Enum
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final lazy val upperCaseNameValuesToMap: Map[String, SubForm]
- Definition Classes
- Enum
- val values: IndexedSeq[SubForm]
- Definition Classes
- SubForm → EnumCompat
- final lazy val valuesToIndex: Map[SubForm, Int]
- Definition Classes
- Enum
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withName(name: String): SubForm
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
- def withNameEither(name: String): Either[NoSuchMember[SubForm], SubForm]
- Definition Classes
- Enum
- def withNameInsensitive(name: String): SubForm
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
- def withNameInsensitiveEither(name: String): Either[NoSuchMember[SubForm], SubForm]
- Definition Classes
- Enum
- def withNameInsensitiveOption(name: String): Option[SubForm]
- Definition Classes
- Enum
- def withNameLowercaseOnly(name: String): SubForm
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
- def withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[SubForm], SubForm]
- Definition Classes
- Enum
- def withNameLowercaseOnlyOption(name: String): Option[SubForm]
- Definition Classes
- Enum
- def withNameOption(name: String): Option[SubForm]
- Definition Classes
- Enum
- def withNameUppercaseOnly(name: String): SubForm
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
- def withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[SubForm], SubForm]
- Definition Classes
- Enum
- def withNameUppercaseOnlyOption(name: String): Option[SubForm]
- Definition Classes
- Enum
- case object Adverb extends SubForm with Product with Serializable
- case object Alternative extends SubForm with Product with Serializable
- case object Causative extends SubForm with Product with Serializable
- case object CausativePassive extends SubForm with Product with Serializable
- case object Conditional extends SubForm with Product with Serializable
- case object Ge extends SubForm with Product with Serializable
- case object Imperative extends SubForm with Product with Serializable
- case object Ki extends SubForm with Product with Serializable
- case object NonPast extends SubForm with Product with Serializable
- case object Noun extends SubForm with Product with Serializable
- case object Passive extends SubForm with Product with Serializable
- case object Past extends SubForm with Product with Serializable
- case object Potential extends SubForm with Product with Serializable
- case object Progressive extends SubForm with Product with Serializable
- case object Provisional extends SubForm with Product with Serializable
- case object Sou extends SubForm with Product with Serializable
- case object Stem extends SubForm with Product with Serializable
- case object Tai extends SubForm with Product with Serializable
- case object Te extends SubForm with Product with Serializable
- case object Volitional extends SubForm with Product with Serializable