case class Choice(name: String, help: String = "", expandsTo: List[Choice] = Nil, requiresSelections: Boolean = false) extends Val with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Choice
- Product
- Equals
- Val
- Value
- Serializable
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- def +(v: MultiChoiceEnumeration.Value): MultiChoiceEnumeration.ValueSet
- Definition Classes
- Value
- def <(that: MultiChoiceEnumeration.Value): Boolean
- Definition Classes
- Ordered
- def <=(that: MultiChoiceEnumeration.Value): Boolean
- Definition Classes
- Ordered
- def >(that: MultiChoiceEnumeration.Value): Boolean
- Definition Classes
- Ordered
- def >=(that: MultiChoiceEnumeration.Value): Boolean
- Definition Classes
- Ordered
- def compare(that: MultiChoiceEnumeration.Value): Int
- Definition Classes
- Value → Ordered
- def compareTo(that: MultiChoiceEnumeration.Value): Int
- Definition Classes
- Ordered → Comparable
- def equals(other: Any): Boolean
- Definition Classes
- Value → AnyRef → Any
- val expandsTo: List[Choice]
- def hashCode(): Int
- Definition Classes
- Value → AnyRef → Any
- val help: String
- def id: Int
- Definition Classes
- Val → Value
- val name: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val requiresSelections: Boolean
- var selections: List[String]
- def toString(): String
- Definition Classes
- Val → AnyRef → Any
Shadowed Implicit Value Members
- def <(that: Choice): Boolean
- Implicit
- This member is added by an implicit conversion from Choice tomath.Ordered[Choice] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Choice] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(choice: math.Ordered[Choice]).<(that)
- Definition Classes
- Ordered
- def <=(that: Choice): Boolean
- Implicit
- This member is added by an implicit conversion from Choice tomath.Ordered[Choice] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Choice] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(choice: math.Ordered[Choice]).<=(that)
- Definition Classes
- Ordered
- def >(that: Choice): Boolean
- Implicit
- This member is added by an implicit conversion from Choice tomath.Ordered[Choice] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Choice] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(choice: math.Ordered[Choice]).>(that)
- Definition Classes
- Ordered
- def >=(that: Choice): Boolean
- Implicit
- This member is added by an implicit conversion from Choice tomath.Ordered[Choice] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Choice] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(choice: math.Ordered[Choice]).>=(that)
- Definition Classes
- Ordered
- def compare(that: Choice): Int
- Implicit
- This member is added by an implicit conversion from Choice tomath.Ordered[Choice] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Choice] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(choice: math.Ordered[Choice]).compare(that)
- Definition Classes
- Ordered
- def compareTo(that: Choice): Int
- Implicit
- This member is added by an implicit conversion from Choice tomath.Ordered[Choice] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Choice] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(choice: math.Ordered[Choice]).compareTo(that)
- Definition Classes
- Ordered → Comparable
The Scala compiler and reflection APIs.