rwsscala.ichiba

OverseaArea

object OverseaArea extends AnyRef

Source
OverseaArea.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. OverseaArea
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object AllCountry extends OverseaArea with Product with Serializable

  7. object Argentina extends OverseaArea with Product with Serializable

  8. object Australia extends OverseaArea with Product with Serializable

  9. object Austria extends OverseaArea with Product with Serializable

  10. object Belgium extends OverseaArea with Product with Serializable

  11. object Brazil extends OverseaArea with Product with Serializable

  12. object Canada extends OverseaArea with Product with Serializable

  13. object China extends OverseaArea with Product with Serializable

  14. object Denmark extends OverseaArea with Product with Serializable

  15. object France extends OverseaArea with Product with Serializable

  16. object Germany extends OverseaArea with Product with Serializable

  17. object Greece extends OverseaArea with Product with Serializable

  18. object HongKong extends OverseaArea with Product with Serializable

  19. object India extends OverseaArea with Product with Serializable

  20. object Indonesia extends OverseaArea with Product with Serializable

  21. object Italy extends OverseaArea with Product with Serializable

  22. object Korea extends OverseaArea with Product with Serializable

  23. object Malaysia extends OverseaArea with Product with Serializable

  24. object Mexico extends OverseaArea with Product with Serializable

  25. object Morocco extends OverseaArea with Product with Serializable

  26. object Netherlands extends OverseaArea with Product with Serializable

  27. object NewZealand extends OverseaArea with Product with Serializable

  28. object Philippines extends OverseaArea with Product with Serializable

  29. object Poland extends OverseaArea with Product with Serializable

  30. object Portugal extends OverseaArea with Product with Serializable

  31. object Russia extends OverseaArea with Product with Serializable

  32. object Singapore extends OverseaArea with Product with Serializable

  33. object Spain extends OverseaArea with Product with Serializable

  34. object Sweden extends OverseaArea with Product with Serializable

  35. object Switzerland extends OverseaArea with Product with Serializable

  36. object Taiwan extends OverseaArea with Product with Serializable

  37. object Thailand extends OverseaArea with Product with Serializable

  38. object Turkey extends OverseaArea with Product with Serializable

  39. object UnitedKingdom extends OverseaArea with Product with Serializable

  40. object UnitedStates extends OverseaArea with Product with Serializable

  41. object VietNam extends OverseaArea with Product with Serializable

  42. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  43. def clone(): AnyRef

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

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  49. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  50. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  51. final def notify(): Unit

    Definition Classes
    AnyRef
  52. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  53. def parseOpt: (String) ⇒ Option[OverseaArea]

  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any