AttrOneManDate

molecule.boilerplate.ast.Model.AttrOneManDate
case class AttrOneManDate(ns: String, attr: String, op: Op, vs: Seq[Date], filterAttr: Option[(Int, List[String], Attr)], validator: Option[ValidateDate], valueAttrs: Seq[String], errors: Seq[String], refNs: Option[String], sort: Option[String], coord: Seq[Int]) extends AttrOneMan

Attributes

Source
Model.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AttrOneMan
trait Mandatory
trait Mode
trait AttrOne
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
Model.scala

Inherited methods

def cleanAttr: String

Attributes

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

Attributes

Inherited from:
Attr
Source
Model.scala
def cleanNs: String

Attributes

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

Attributes

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

Attributes

Inherited from:
Attr
Source
Model.scala
def name: String

Attributes

Inherited from:
Attr
Source
Model.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
Model.scala
def renders(es: List[Element], i: Int): String

Attributes

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

Attributes

Inherited from:
Attr
Source
Model.scala

Inherited fields

val owner: Boolean

Attributes

Inherited from:
Attr
Source
Model.scala