Packages

object SubForm extends Enum[SubForm]

Linear Supertypes
Enum[SubForm], EnumCompat[SubForm], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubForm
  2. Enum
  3. EnumCompat
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def extraNamesToValuesMap: Map[String, SubForm]
    Definition Classes
    Enum
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. macro def findValues: IndexedSeq[SubForm]
    Attributes
    protected
    Definition Classes
    EnumCompat
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def indexOf(member: SubForm): Int
    Definition Classes
    Enum
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final lazy val lowerCaseNamesToValuesMap: Map[String, SubForm]
    Definition Classes
    Enum
  16. lazy val namesToValuesMap: Map[String, SubForm]
    Definition Classes
    Enum
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final lazy val upperCaseNameValuesToMap: Map[String, SubForm]
    Definition Classes
    Enum
  23. val values: IndexedSeq[SubForm]
    Definition Classes
    SubForm → EnumCompat
  24. final lazy val valuesToIndex: Map[SubForm, Int]
    Definition Classes
    Enum
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. def withName(name: String): SubForm
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  29. def withNameEither(name: String): Either[NoSuchMember[SubForm], SubForm]
    Definition Classes
    Enum
  30. def withNameInsensitive(name: String): SubForm
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  31. def withNameInsensitiveEither(name: String): Either[NoSuchMember[SubForm], SubForm]
    Definition Classes
    Enum
  32. def withNameInsensitiveOption(name: String): Option[SubForm]
    Definition Classes
    Enum
  33. def withNameLowercaseOnly(name: String): SubForm
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  34. def withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[SubForm], SubForm]
    Definition Classes
    Enum
  35. def withNameLowercaseOnlyOption(name: String): Option[SubForm]
    Definition Classes
    Enum
  36. def withNameOption(name: String): Option[SubForm]
    Definition Classes
    Enum
  37. def withNameUppercaseOnly(name: String): SubForm
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  38. def withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[SubForm], SubForm]
    Definition Classes
    Enum
  39. def withNameUppercaseOnlyOption(name: String): Option[SubForm]
    Definition Classes
    Enum
  40. case object Adverb extends SubForm with Product with Serializable
  41. case object Alternative extends SubForm with Product with Serializable
  42. case object Causative extends SubForm with Product with Serializable
  43. case object CausativePassive extends SubForm with Product with Serializable
  44. case object Conditional extends SubForm with Product with Serializable
  45. case object Imperative extends SubForm with Product with Serializable
  46. case object Ki extends SubForm with Product with Serializable
  47. case object NonPast extends SubForm with Product with Serializable
  48. case object Noun extends SubForm with Product with Serializable
  49. case object Passive extends SubForm with Product with Serializable
  50. case object Past extends SubForm with Product with Serializable
  51. case object Potential extends SubForm with Product with Serializable
  52. case object Progressive extends SubForm with Product with Serializable
  53. case object Provisional extends SubForm with Product with Serializable
  54. case object Sou extends SubForm with Product with Serializable
  55. case object Stem extends SubForm with Product with Serializable
  56. case object Tai extends SubForm with Product with Serializable
  57. case object Te extends SubForm with Product with Serializable
  58. case object Volitional extends SubForm with Product with Serializable

Inherited from Enum[SubForm]

Inherited from EnumCompat[SubForm]

Inherited from AnyRef

Inherited from Any

Ungrouped