com.foursquare.rogue

MongoType

object MongoType extends Enumeration

Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. MongoType
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Type Members

  1. type MongoType = Value

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. val Array : Value

  7. val Binary : Value

  8. val Boolean : Value

  9. val Date : Value

  10. val Double : Value

  11. val Int32 : Value

  12. val Int64 : Value

  13. val JavaScript : Value

  14. val MaxKey : Value

  15. val MinKey : Value

  16. val Null : Value

  17. val Object : Value

  18. val ObjectId : Value

  19. val RegEx : Value

  20. val String : Value

  21. val Symbol : Value

  22. val Timestamp : Value

  23. def Value (i: Int, name: String): Value

    Attributes
    protected final
    Definition Classes
    Enumeration
  24. def Value (name: String): Value

    Attributes
    protected final
    Definition Classes
    Enumeration
  25. def Value (i: Int): Value

    Attributes
    protected final
    Definition Classes
    Enumeration
  26. def Value : Value

    Attributes
    protected final
    Definition Classes
    Enumeration
  27. def apply (x: Int): Value

    Attributes
    final
    Definition Classes
    Enumeration
  28. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  29. def clone (): AnyRef

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

    Attributes
    final
    Definition Classes
    AnyRef
  31. def equals (arg0: Any): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  34. def hashCode (): Int

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

    Attributes
    final
    Definition Classes
    Any
  36. def maxId : Int

    Attributes
    final
    Definition Classes
    Enumeration
  37. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  38. var nextId : Int

    Attributes
    protected
    Definition Classes
    Enumeration
  39. var nextName : Iterator[String]

    Attributes
    protected
    Definition Classes
    Enumeration
  40. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  41. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  42. def readResolve (): AnyRef

    Attributes
    protected
    Definition Classes
    Enumeration
  43. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  44. def toString (): String

    Definition Classes
    Enumeration → AnyRef → Any
  45. def values : ValueSet

    Definition Classes
    Enumeration
  46. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  49. def withName (s: String): Value

    Attributes
    final
    Definition Classes
    Enumeration

Inherited from Enumeration

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any