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. val caseCopyByName: Choice
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. val doubleDefinitions: Choice
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. val implicitResolution: Choice
  22. val inferOverride: Choice
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val leadingInfix: Choice
  25. final def maxId: Int
    Definition Classes
    Enumeration
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. var nextId: Int
    Attributes
    protected
    Definition Classes
    Enumeration
  28. var nextName: Iterator[String]
    Attributes
    protected
    Definition Classes
    Enumeration
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val packagePrefixImplicits: Choice
  32. def readResolve(): AnyRef
    Attributes
    protected
    Definition Classes
    Enumeration
  33. val stringContextScope: Choice
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  36. val unicodeEscapesRaw: Choice
  37. val v13_13: Choice
  38. val v13_13_choices: collection.immutable.List[Choice]
  39. val v13_14: Choice
  40. val v13_14_choices: collection.immutable.List[Choice]
  41. val v13_15: Choice
  42. val v13_15_choices: collection.immutable.List[Choice]
  43. def values: ValueSet
    Definition Classes
    Enumeration
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. def wildcardChoices: ValueSet
    Definition Classes
    MultiChoiceEnumeration
  48. final def withName(s: String): Value
    Definition Classes
    Enumeration
  49. implicit object ValueOrdering extends Ordering[Value]
    Definition Classes
    Enumeration
  50. 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