case class SetValue(name: String, typeRef: TypeRef, valueTypeRef: TypeRef, elements: Set[Value]) extends Value with Product with Serializable
A set/multi Value.
- name
the member name
- valueTypeRef
the reference for the elements type
- elements
the set elements
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SetValue
- Serializable
- Serializable
- Product
- Equals
- Value
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All