Object/Class

com.salesforce.op.stages.impl.feature

GenderDetectStrategy

Related Docs: class GenderDetectStrategy | package feature

Permalink

object GenderDetectStrategy extends Enum[GenderDetectStrategy] with Product with Serializable

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

Type Members

  1. case class ByIndex(index: Int) extends GenderDetectStrategy with Product with Serializable

    Permalink
  2. case class ByLast() extends GenderDetectStrategy with Product with Serializable

    Permalink
  3. case class ByRegex(pattern: Regex) extends GenderDetectStrategy with Product with Serializable

    Permalink
  4. case class FindHonorific() extends GenderDetectStrategy with Product with Serializable

    Permalink

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. val ByIndexString: String

    Permalink
  5. val ByLastString: String

    Permalink
  6. val ByRegexString: String

    Permalink
  7. val FindHonorificString: String

    Permalink
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val delimiter: String

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  15. def fromString(s: String): GenderDetectStrategy

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def indexOf(member: GenderDetectStrategy): Int

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

    Permalink
    Definition Classes
    Any
  19. def json4s: CustomSerializer[GenderDetectStrategy]

    Permalink
  20. final lazy val lowerCaseNamesToValuesMap: Map[String, GenderDetectStrategy]

    Permalink
    Definition Classes
    Enum
  21. final lazy val namesToValuesMap: Map[String, GenderDetectStrategy]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. final lazy val upperCaseNameValuesToMap: Map[String, GenderDetectStrategy]

    Permalink
    Definition Classes
    Enum
  27. val values: Seq[GenderDetectStrategy]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def withName(name: String): GenderDetectStrategy

    Permalink
    Definition Classes
    Enum
  33. def withNameInsensitive(name: String): GenderDetectStrategy

    Permalink
    Definition Classes
    Enum
  34. def withNameInsensitiveOption(name: String): Option[GenderDetectStrategy]

    Permalink
    Definition Classes
    Enum
  35. def withNameLowercaseOnly(name: String): GenderDetectStrategy

    Permalink
    Definition Classes
    Enum
  36. def withNameLowercaseOnlyOption(name: String): Option[GenderDetectStrategy]

    Permalink
    Definition Classes
    Enum
  37. def withNameOption(name: String): Option[GenderDetectStrategy]

    Permalink
    Definition Classes
    Enum
  38. def withNameUppercaseOnly(name: String): GenderDetectStrategy

    Permalink
    Definition Classes
    Enum
  39. def withNameUppercaseOnlyOption(name: String): Option[GenderDetectStrategy]

    Permalink
    Definition Classes
    Enum

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Enum[GenderDetectStrategy]

Inherited from AnyRef

Inherited from Any

Ungrouped