SetValue

case class SetValue(name: String, typeRef: TypeRef, valueTypeRef: TypeRef, elements: Set[Value]) extends Value

A set/multi Value.

Value parameters:
elements

the set elements

name

the member name

valueTypeRef

the reference for the elements type

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

Value members

Concrete methods

override def reference: TypeRef
Definition Classes

Inherited methods

Inherited from:
Product