AttrDecl

case class AttrDecl(name: String, tpe: String, default: DefaultDecl)

an attribute declaration. at this point, the tpe is a string. Future versions might provide a way to access the attribute types more directly.

an attribute declaration. at this point, the tpe is a string. Future versions might provide a way to access the attribute types more directly.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def buildString(sb: StringBuilder): StringBuilder
override def toString(): String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product