Packages

case class FlatAttr(pos: Int, part: String, partDescr$: Option[String], ns: String, nsFull: String, nsDescr$: Option[String], attr: String, card: Int, tpe: String, enums: Seq[String] = Nil, refNs$: Option[String] = None, options: Seq[String] = Nil, 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
metaSchema.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlatAttr
  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 FlatAttr(pos: Int, part: String, arg2: Option[String], ns: String, nsFull: String, arg5: Option[String], attr: String, card: Int, tpe: String, enums: Seq[String] = Nil, arg10: Option[String] = None, options: Seq[String] = Nil, arg12: Option[String] = None, arg13: Option[String] = None, arg14: Option[Int] = None, arg15: Option[Int] = None, arg16: 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 attr: String
  6. val attrGroup$: Option[String]
  7. val card: Int
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val descrAttr$: Option[String]
  10. val distinctValueCount$: Option[Int]
  11. val doc$: Option[String]
  12. val entityCount$: Option[Int]
  13. val enums: Seq[String]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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 ns: String
  22. val nsDescr$: Option[String]
  23. val nsFull: String
  24. val options: Seq[String]
  25. val part: String
  26. val partDescr$: Option[String]
  27. val pos: Int
  28. val refNs$: Option[String]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    FlatAttr → AnyRef → Any
  31. val topValues: Seq[TopValue]
  32. val tpe: String
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. 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