Packages

object sourceFeatures extends MultiChoiceEnumeration

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sourceFeatures
  2. MultiChoiceEnumeration
  3. Enumeration
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Choice(name: String, help: String = "", expandsTo: List[Choice] = Nil, requiresSelections: Boolean = false) extends Val with Product with Serializable
    Definition Classes
    MultiChoiceEnumeration
  2. class Val extends Value with Serializable
    Attributes
    protected
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  4. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetOps[Value, SortedSet, ValueSet] with StrictOptimizedIterableOps[Value, Set, ValueSet] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def Value(i: Int, name: String): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  5. final def Value(name: String): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  6. final def Value(i: Int): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  7. final def Value: Value
    Attributes
    protected
    Definition Classes
    Enumeration
  8. val any2StringAdd: Choice
  9. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val caseApplyCopyAccess: Choice
  12. val caseCompanionFunction: Choice
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val implicitResolution: Choice
  20. val inferOverride: Choice
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val leadingInfix: Choice
  23. final def maxId: Int
    Definition Classes
    Enumeration
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. var nextId: Int
    Attributes
    protected
    Definition Classes
    Enumeration
  26. var nextName: Iterator[String]
    Attributes
    protected
    Definition Classes
    Enumeration
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val packagePrefixImplicits: Choice
  30. def readResolve(): AnyRef
    Attributes
    protected
    Definition Classes
    Enumeration
  31. val stringContextScope: Choice
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  34. val unicodeEscapesRaw: Choice
  35. val v13_13: Choice
  36. val v13_13_choices: collection.immutable.List[Choice]
  37. val v13_14: Choice
  38. val v13_14_choices: collection.immutable.List[Choice]
  39. def values: ValueSet
    Definition Classes
    Enumeration
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. def wildcardChoices: ValueSet
    Definition Classes
    MultiChoiceEnumeration
  44. final def withName(s: String): Value
    Definition Classes
    Enumeration
  45. implicit object ValueOrdering extends Ordering[Value]
    Definition Classes
    Enumeration
  46. object ValueSet extends SpecificIterableFactory[Value, ValueSet] with java.io.Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()

Inherited from MultiChoiceEnumeration

Inherited from Enumeration

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped