AttrMapOptZonedDateTime

molecule.boilerplate.ast.DataModel.AttrMapOptZonedDateTime
case class AttrMapOptZonedDateTime(ent: String, attr: String, op: Op, map: Option[Map[String, ZonedDateTime]], keys: Seq[String], filterAttr: Option[(Int, List[String], Attr)], validator: Option[ValidateZonedDateTime], valueAttrs: Seq[String], errors: Seq[String], ref: Option[String], sort: Option[String], coord: Seq[Int]) extends AttrMapOpt

Attributes

Source
DataModel.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AttrMapOpt
trait Optional
trait Mode
trait AttrMap
trait Attr
trait Element
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

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

def cleanAttr: String

Attributes

Inherited from:
Attr
Source
DataModel.scala
def cleanEnt: String

Attributes

Inherited from:
Attr
Source
DataModel.scala
def cleanName: String

Attributes

Inherited from:
Attr
Source
DataModel.scala
protected def coords: String

Attributes

Inherited from:
Attr
Source
DataModel.scala
protected def errs: String

Attributes

Inherited from:
Attr
Source
DataModel.scala
protected def ks: String

Attributes

Inherited from:
AttrMap
Source
DataModel.scala
def name: String

Attributes

Inherited from:
Attr
Source
DataModel.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def render(i: Int): String

Attributes

Inherited from:
Element
Source
DataModel.scala
def renders(es: List[Element], i: Int): String

Attributes

Inherited from:
Element
Source
DataModel.scala
protected def vats: String

Attributes

Inherited from:
Attr
Source
DataModel.scala