AttrMapOptByte
molecule.boilerplate.ast.DataModel.AttrMapOptByte
case class AttrMapOptByte(ent: String, attr: String, op: Op, map: Option[Map[String, Byte]], keys: Seq[String], filterAttr: Option[(Int, List[String], Attr)], validator: Option[ValidateByte], valueAttrs: Seq[String], errors: Seq[String], ref: Option[String], sort: Option[String], coord: Seq[Int]) extends AttrMapOpt
Attributes
- Source
- DataModel.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
- Source
- DataModel.scala
Inherited methods
Attributes
- Inherited from:
- Attr
- Source
- DataModel.scala
Attributes
- Inherited from:
- Attr
- Source
- DataModel.scala
Attributes
- Inherited from:
- Attr
- Source
- DataModel.scala
Attributes
- Inherited from:
- Attr
- Source
- DataModel.scala
Attributes
- Inherited from:
- Attr
- Source
- DataModel.scala
Attributes
- Inherited from:
- AttrMap
- Source
- DataModel.scala
Attributes
- Inherited from:
- Attr
- Source
- DataModel.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Element
- Source
- DataModel.scala
Attributes
- Inherited from:
- Element
- Source
- DataModel.scala
Attributes
- Inherited from:
- Attr
- Source
- DataModel.scala
In this article