Packages

case class Attr(pos: Int, name: String, card: Int, tpe: String, enums$: Option[Set[String]] = None, refNs$: Option[String] = None, options$: Option[Set[String]] = None, doc$: Option[String] = None, attrGroup$: Option[String] = None, entityCount$: Option[Int] = None, distinctValueCount$: Option[Int] = None, descrAttr$: Option[String] = None, topValues: Seq[TopValue] = Nil) extends Product with Serializable

Source
schema.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Attr
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Attr(pos: Int, name: String, card: Int, tpe: String, arg4: Option[Set[String]] = None, arg5: Option[String] = None, arg6: Option[Set[String]] = None, arg7: Option[String] = None, arg8: Option[String] = None, arg9: Option[Int] = None, arg10: Option[Int] = None, arg11: Option[String] = None, topValues: Seq[TopValue] = Nil)

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. val attrGroup$: Option[String]
  6. val card: Int
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val descrAttr$: Option[String]
  9. val distinctValueCount$: Option[Int]
  10. val doc$: Option[String]
  11. val entityCount$: Option[Int]
  12. val enums$: Option[Set[String]]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val name: String
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val options$: Option[Set[String]]
  22. val pos: Int
  23. val refNs$: Option[String]
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    Attr → AnyRef → Any
  26. val topValues: Seq[TopValue]
  27. val tpe: String
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped