Condition

case class Condition(key: String, typeName: String, conditionValues: Seq[String]) extends Condition
trait Serializable
trait Product
trait Equals
class Condition
class Object
trait Matchable
class Any

Value members

Concrete methods

def specifiedValues: Seq[String]

Inherited methods

def getConditionKey(): String
Inherited from
Condition
def getType(): String
Inherited from
Condition
def getValues(): List[String]
Inherited from
Condition
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setConditionKey(`x$0`: String): Unit
Inherited from
Condition
def setType(`x$0`: String): Unit
Inherited from
Condition
def setValues(`x$0`: List[String]): Unit
Inherited from
Condition
def withConditionKey(`x$0`: String): Condition
Inherited from
Condition
def withType(`x$0`: String): Condition
Inherited from
Condition
def withValues(`x$0`: List[String]): Condition
Inherited from
Condition
def withValues(`x$0`: String*): Condition
Inherited from
Condition