RawTlpdbScheme

eu.geekplace.tex.tlpdb.RawTlpdbScheme
case class RawTlpdbScheme(name: String, revision: Int, shortSchemeDesc: String, longSchemeDesc: RawLongdesc, depend: Seq[String]) extends RawTlpdbEntry, CommonTlpdbEntry

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def longdesc: Option[RawLongdesc]
def shortdesc: Option[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product