Object/Class

com.salesforce.op.utils.text

Language

Related Docs: class Language | package text

Permalink

object Language extends Enum[Language] with Serializable

Language enum with entryName is ISO 639-1 or 639-3 language code, eg "fr" or "gsw"

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Afrikaans extends Language with Product with Serializable

    Permalink
  5. object Albanian extends Language with Product with Serializable

    Permalink
  6. object Arabic extends Language with Product with Serializable

    Permalink
  7. object Aragonese extends Language with Product with Serializable

    Permalink
  8. object Asturian extends Language with Product with Serializable

    Permalink
  9. object Basque extends Language with Product with Serializable

    Permalink
  10. object Belarusian extends Language with Product with Serializable

    Permalink
  11. object Bengali extends Language with Product with Serializable

    Permalink
  12. object Brazilian extends Language with Product with Serializable

    Permalink
  13. object Breton extends Language with Product with Serializable

    Permalink
  14. object Bulgarian extends Language with Product with Serializable

    Permalink
  15. object Catalan extends Language with Product with Serializable

    Permalink
  16. object Croatian extends Language with Product with Serializable

    Permalink
  17. object Czech extends Language with Product with Serializable

    Permalink
  18. object Danish extends Language with Product with Serializable

    Permalink
  19. object Dutch extends Language with Product with Serializable

    Permalink
  20. object English extends Language with Product with Serializable

    Permalink
  21. object Estonian extends Language with Product with Serializable

    Permalink
  22. object Finnish extends Language with Product with Serializable

    Permalink
  23. object French extends Language with Product with Serializable

    Permalink
  24. object Galician extends Language with Product with Serializable

    Permalink
  25. object German extends Language with Product with Serializable

    Permalink
  26. object Greek extends Language with Product with Serializable

    Permalink
  27. object Gujarati extends Language with Product with Serializable

    Permalink
  28. object Haitian extends Language with Product with Serializable

    Permalink
  29. object Hebrew extends Language with Product with Serializable

    Permalink
  30. object Hindi extends Language with Product with Serializable

    Permalink
  31. object Hungarian extends Language with Product with Serializable

    Permalink
  32. object Icelandic extends Language with Product with Serializable

    Permalink
  33. object Indonesian extends Language with Product with Serializable

    Permalink
  34. object Irish extends Language with Product with Serializable

    Permalink
  35. object Italian extends Language with Product with Serializable

    Permalink
  36. object Japanese extends Language with Product with Serializable

    Permalink
  37. object Kannada extends Language with Product with Serializable

    Permalink
  38. object Khmer extends Language with Product with Serializable

    Permalink
  39. object Korean extends Language with Product with Serializable

    Permalink
  40. object Latvian extends Language with Product with Serializable

    Permalink
  41. object Lithuanian extends Language with Product with Serializable

    Permalink
  42. object Macedonian extends Language with Product with Serializable

    Permalink
  43. object Malay extends Language with Product with Serializable

    Permalink
  44. object Malayalam extends Language with Product with Serializable

    Permalink
  45. object Maltese extends Language with Product with Serializable

    Permalink
  46. object Marathi extends Language with Product with Serializable

    Permalink
  47. object Nepali extends Language with Product with Serializable

    Permalink
  48. object Norwegian extends Language with Product with Serializable

    Permalink
  49. object Occitan extends Language with Product with Serializable

    Permalink
  50. object Persian extends Language with Product with Serializable

    Permalink
  51. object Polish extends Language with Product with Serializable

    Permalink
  52. object Portuguese extends Language with Product with Serializable

    Permalink
  53. object Punjabi extends Language with Product with Serializable

    Permalink
  54. object Romanian extends Language with Product with Serializable

    Permalink
  55. object Russian extends Language with Product with Serializable

    Permalink
  56. object Sami extends Language with Product with Serializable

    Permalink
  57. object Serbian extends Language with Product with Serializable

    Permalink
  58. object SimplifiedChinese extends Language with Product with Serializable

    Permalink
  59. object Slovak extends Language with Product with Serializable

    Permalink
  60. object Slovene extends Language with Product with Serializable

    Permalink
  61. object Somali extends Language with Product with Serializable

    Permalink
  62. object Sorani extends Language with Product with Serializable

    Permalink
  63. object Spanish extends Language with Product with Serializable

    Permalink
  64. object Swahili extends Language with Product with Serializable

    Permalink
  65. object Swedish extends Language with Product with Serializable

    Permalink
  66. object Tagalog extends Language with Product with Serializable

    Permalink
  67. object Tamil extends Language with Product with Serializable

    Permalink
  68. object Telugu extends Language with Product with Serializable

    Permalink
  69. object Thai extends Language with Product with Serializable

    Permalink
  70. object TraditionalChinese extends Language with Product with Serializable

    Permalink
  71. object Turkish extends Language with Product with Serializable

    Permalink
  72. object Ukrainian extends Language with Product with Serializable

    Permalink
  73. object Unknown extends Language with Product with Serializable

    Permalink
  74. object Urdu extends Language with Product with Serializable

    Permalink
  75. object Vietnamese extends Language with Product with Serializable

    Permalink
  76. object Walloon extends Language with Product with Serializable

    Permalink
  77. object Welsh extends Language with Product with Serializable

    Permalink
  78. object Yiddish extends Language with Product with Serializable

    Permalink
  79. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  80. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  82. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  83. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  84. macro def findValues: Seq[Language]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  85. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  86. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  87. def indexOf(member: Language): Int

    Permalink
    Definition Classes
    Enum
  88. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  89. final lazy val lowerCaseNamesToValuesMap: Map[String, Language]

    Permalink
    Definition Classes
    Enum
  90. final lazy val namesToValuesMap: Map[String, Language]

    Permalink
    Definition Classes
    Enum
  91. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  92. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  93. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  94. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  95. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  96. final lazy val upperCaseNameValuesToMap: Map[String, Language]

    Permalink
    Definition Classes
    Enum
  97. val values: Seq[Language]

    Permalink
    Definition Classes
    Language → Enum
  98. final lazy val valuesToIndex: Map[Language, Int]

    Permalink
    Definition Classes
    Enum
  99. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  100. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  101. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  102. def withName(name: String): Language

    Permalink
    Definition Classes
    Enum
  103. def withNameInsensitive(name: String): Language

    Permalink
    Definition Classes
    Enum
  104. def withNameInsensitiveOption(name: String): Option[Language]

    Permalink
    Definition Classes
    Enum
  105. def withNameLowercaseOnly(name: String): Language

    Permalink
    Definition Classes
    Enum
  106. def withNameLowercaseOnlyOption(name: String): Option[Language]

    Permalink
    Definition Classes
    Enum
  107. def withNameOption(name: String): Option[Language]

    Permalink
    Definition Classes
    Enum
  108. def withNameUppercaseOnly(name: String): Language

    Permalink
    Definition Classes
    Enum
  109. def withNameUppercaseOnlyOption(name: String): Option[Language]

    Permalink
    Definition Classes
    Enum

Inherited from Serializable

Inherited from Serializable

Inherited from Enum[Language]

Inherited from AnyRef

Inherited from Any

Ungrouped