case class MetaAttr(pos: Int, name: 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
Ordering
- Alphabetic
- By Inheritance
Inherited
- MetaAttr
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MetaAttr(pos: Int, name: String, card: Int, tpe: String, enums: Seq[String] = Nil, arg5: Option[String] = None, options: Seq[String] = Nil, 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attrGroup$: Option[String]
- val card: Int
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val descrAttr$: Option[String]
- val distinctValueCount$: Option[Int]
- val doc$: Option[String]
- val entityCount$: Option[Int]
- val enums: Seq[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val options: Seq[String]
- val pos: Int
- val refNs$: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- MetaAttr → AnyRef → Any
- val topValues: Seq[TopValue]
- val tpe: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()

Documentation/API for the Molecule library - a meta DSL for the Datomic database.
scalamolecule.org | Github | Forum