SimpleValue

case class SimpleValue(data: String, ref: Option[String]) extends Value with Comparable[SimpleValue]
Companion
object
trait Serializable
trait Product
trait Equals
trait Comparable[SimpleValue]
trait Value
class Object
trait Matchable
class Any

Value members

Concrete methods

override def compareTo(that: SimpleValue): Int
Definition Classes
Comparable
override def toString: String
Definition Classes
Any
override def validate(nrule: ValidationRule, nrules: ValidationRule*): ValidatedValue
Definition Classes

Inherited methods

def matchRegex(regex: Regex): ValidatedValue
Inherited from
AsValidable
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product