Packages

object StatisticName extends Enum[StatisticName] with CirceEnum[StatisticName]

Linear Supertypes
CirceEnum[StatisticName], Enum[StatisticName], EnumCompat[StatisticName], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatisticName
  2. CirceEnum
  3. Enum
  4. EnumCompat
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit val circeDecoder: Decoder[StatisticName]
    Definition Classes
    CirceEnum
  6. implicit val circeEncoder: Encoder[StatisticName]
    Definition Classes
    CirceEnum
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def extraNamesToValuesMap: Map[String, StatisticName]
    Definition Classes
    Enum
  11. macro def findValues: IndexedSeq[StatisticName]
    Attributes
    protected
    Definition Classes
    EnumCompat
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. def indexOf(member: StatisticName): Int
    Definition Classes
    Enum
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final lazy val lowerCaseNamesToValuesMap: Map[String, StatisticName]
    Definition Classes
    Enum
  17. lazy val namesToValuesMap: Map[String, StatisticName]
    Definition Classes
    Enum
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final lazy val upperCaseNameValuesToMap: Map[String, StatisticName]
    Definition Classes
    Enum
  24. def values: IndexedSeq[StatisticName]
    Definition Classes
    StatisticName → EnumCompat
  25. final lazy val valuesToIndex: Map[StatisticName, Int]
    Definition Classes
    Enum
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. def withName(name: String): StatisticName
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  30. def withNameEither(name: String): Either[NoSuchMember[StatisticName], StatisticName]
    Definition Classes
    Enum
  31. def withNameInsensitive(name: String): StatisticName
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  32. def withNameInsensitiveEither(name: String): Either[NoSuchMember[StatisticName], StatisticName]
    Definition Classes
    Enum
  33. def withNameInsensitiveOption(name: String): Option[StatisticName]
    Definition Classes
    Enum
  34. def withNameLowercaseOnly(name: String): StatisticName
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  35. def withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[StatisticName], StatisticName]
    Definition Classes
    Enum
  36. def withNameLowercaseOnlyOption(name: String): Option[StatisticName]
    Definition Classes
    Enum
  37. def withNameOption(name: String): Option[StatisticName]
    Definition Classes
    Enum
  38. def withNameUppercaseOnly(name: String): StatisticName
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  39. def withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[StatisticName], StatisticName]
    Definition Classes
    Enum
  40. def withNameUppercaseOnlyOption(name: String): Option[StatisticName]
    Definition Classes
    Enum
  41. case object ClickActionDeploy extends StatisticName with Product with Serializable
  42. case object ClickActionMetrics extends StatisticName with Product with Serializable
  43. case object ClickCollapsePanel extends StatisticName with Product with Serializable
  44. case object ClickComponentUsages extends StatisticName with Product with Serializable
  45. case object ClickComponentsTab extends StatisticName with Product with Serializable
  46. case object ClickEditCopy extends StatisticName with Product with Serializable
  47. case object ClickEditDelete extends StatisticName with Product with Serializable
  48. case object ClickEditLayout extends StatisticName with Product with Serializable
  49. case object ClickEditPaste extends StatisticName with Product with Serializable
  50. case object ClickEditRedo extends StatisticName with Product with Serializable
  51. case object ClickEditUndo extends StatisticName with Product with Serializable
  52. case object ClickExpandPanel extends StatisticName with Product with Serializable
  53. case object ClickGlobalMetricsTab extends StatisticName with Product with Serializable
  54. case object ClickMoreScenarioDetails extends StatisticName with Product with Serializable
  55. case object ClickNewerVersion extends StatisticName with Product with Serializable
  56. case object ClickNodeDocumentation extends StatisticName with Product with Serializable
  57. case object ClickOlderVersion extends StatisticName with Product with Serializable
  58. case object ClickScenarioArchive extends StatisticName with Product with Serializable
  59. case object ClickScenarioArchiveToggle extends StatisticName with Product with Serializable
  60. case object ClickScenarioCancel extends StatisticName with Product with Serializable
  61. case object ClickScenarioCompare extends StatisticName with Product with Serializable
  62. case object ClickScenarioCustomAction extends StatisticName with Product with Serializable
  63. case object ClickScenarioCustomLink extends StatisticName with Product with Serializable
  64. case object ClickScenarioFromComponentUsages extends StatisticName with Product with Serializable
  65. case object ClickScenarioImport extends StatisticName with Product with Serializable
  66. case object ClickScenarioJson extends StatisticName with Product with Serializable
  67. case object ClickScenarioMigrate extends StatisticName with Product with Serializable
  68. case object ClickScenarioPdf extends StatisticName with Product with Serializable
  69. case object ClickScenarioProperties extends StatisticName with Product with Serializable
  70. case object ClickScenarioSave extends StatisticName with Product with Serializable
  71. case object ClickScenarioUnarchive extends StatisticName with Product with Serializable
  72. case object ClickTestAdhoc extends StatisticName with Product with Serializable
  73. case object ClickTestCounts extends StatisticName with Product with Serializable
  74. case object ClickTestFromFile extends StatisticName with Product with Serializable
  75. case object ClickTestGenerateFile extends StatisticName with Product with Serializable
  76. case object ClickTestGenerated extends StatisticName with Product with Serializable
  77. case object ClickTestHide extends StatisticName with Product with Serializable
  78. case object ClickViewReset extends StatisticName with Product with Serializable
  79. case object ClickViewZoomIn extends StatisticName with Product with Serializable
  80. case object ClickViewZoomOut extends StatisticName with Product with Serializable
  81. case object DoubleClickRangeSelectNodes extends StatisticName with Product with Serializable
  82. case object FilterComponentUsagesByAuthor extends StatisticName with Product with Serializable
  83. case object FilterComponentUsagesByCategory extends StatisticName with Product with Serializable
  84. case object FilterComponentUsagesByOther extends StatisticName with Product with Serializable
  85. case object FilterComponentUsagesByStatus extends StatisticName with Product with Serializable
  86. case object FilterComponentsByCategory extends StatisticName with Product with Serializable
  87. case object FilterComponentsByGroup extends StatisticName with Product with Serializable
  88. case object FilterComponentsByMultipleCategories extends StatisticName with Product with Serializable
  89. case object FilterComponentsByProcessingMode extends StatisticName with Product with Serializable
  90. case object FilterComponentsByUsages extends StatisticName with Product with Serializable
  91. case object FilterScenariosByAuthor extends StatisticName with Product with Serializable
  92. case object FilterScenariosByCategory extends StatisticName with Product with Serializable
  93. case object FilterScenariosByOther extends StatisticName with Product with Serializable
  94. case object FilterScenariosByProcessingMode extends StatisticName with Product with Serializable
  95. case object FilterScenariosByStatus extends StatisticName with Product with Serializable
  96. case object KeyboardAndClickRangeSelectNodes extends StatisticName with Product with Serializable
  97. case object KeyboardCopyNode extends StatisticName with Product with Serializable
  98. case object KeyboardCutNode extends StatisticName with Product with Serializable
  99. case object KeyboardDeleteNodes extends StatisticName with Product with Serializable
  100. case object KeyboardDeselectAllNodes extends StatisticName with Product with Serializable
  101. case object KeyboardFocusSearchNodeField extends StatisticName with Product with Serializable
  102. case object KeyboardPasteNode extends StatisticName with Product with Serializable
  103. case object KeyboardRedoScenarioChanges extends StatisticName with Product with Serializable
  104. case object KeyboardSelectAllNodes extends StatisticName with Product with Serializable
  105. case object KeyboardUndoScenarioChanges extends StatisticName with Product with Serializable
  106. case object MoveToolbarPanel extends StatisticName with Product with Serializable
  107. case object SearchComponentUsagesByName extends StatisticName with Product with Serializable
  108. case object SearchComponentsByName extends StatisticName with Product with Serializable
  109. case object SearchComponentsInScenario extends StatisticName with Product with Serializable
  110. case object SearchNodesInScenario extends StatisticName with Product with Serializable
  111. case object SearchScenariosByName extends StatisticName with Product with Serializable
  112. case object SortScenariosBySortOption extends StatisticName with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from CirceEnum[StatisticName]

Inherited from Enum[StatisticName]

Inherited from EnumCompat[StatisticName]

Inherited from AnyRef

Inherited from Any

Ungrouped