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. All

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( ... ) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): 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[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. object ClickActionDeploy extends StatisticName with Product with Serializable
  42. object ClickActionMetrics extends StatisticName with Product with Serializable
  43. object ClickCollapsePanel extends StatisticName with Product with Serializable
  44. object ClickComponentUsages extends StatisticName with Product with Serializable
  45. object ClickComponentsTab extends StatisticName with Product with Serializable
  46. object ClickEditCopy extends StatisticName with Product with Serializable
  47. object ClickEditDelete extends StatisticName with Product with Serializable
  48. object ClickEditLayout extends StatisticName with Product with Serializable
  49. object ClickEditPaste extends StatisticName with Product with Serializable
  50. object ClickEditRedo extends StatisticName with Product with Serializable
  51. object ClickEditUndo extends StatisticName with Product with Serializable
  52. object ClickExpandPanel extends StatisticName with Product with Serializable
  53. object ClickGlobalMetricsTab extends StatisticName with Product with Serializable
  54. object ClickMoreScenarioDetails extends StatisticName with Product with Serializable
  55. object ClickNewerVersion extends StatisticName with Product with Serializable
  56. object ClickNodeDocumentation extends StatisticName with Product with Serializable
  57. object ClickOlderVersion extends StatisticName with Product with Serializable
  58. object ClickScenarioArchive extends StatisticName with Product with Serializable
  59. object ClickScenarioArchiveToggle extends StatisticName with Product with Serializable
  60. object ClickScenarioCancel extends StatisticName with Product with Serializable
  61. object ClickScenarioCompare extends StatisticName with Product with Serializable
  62. object ClickScenarioCustomAction extends StatisticName with Product with Serializable
  63. object ClickScenarioCustomLink extends StatisticName with Product with Serializable
  64. object ClickScenarioFromComponentUsages extends StatisticName with Product with Serializable
  65. object ClickScenarioImport extends StatisticName with Product with Serializable
  66. object ClickScenarioJson extends StatisticName with Product with Serializable
  67. object ClickScenarioMigrate extends StatisticName with Product with Serializable
  68. object ClickScenarioPdf extends StatisticName with Product with Serializable
  69. object ClickScenarioProperties extends StatisticName with Product with Serializable
  70. object ClickScenarioSave extends StatisticName with Product with Serializable
  71. object ClickScenarioUnarchive extends StatisticName with Product with Serializable
  72. object ClickTestAdhoc extends StatisticName with Product with Serializable
  73. object ClickTestCounts extends StatisticName with Product with Serializable
  74. object ClickTestFromFile extends StatisticName with Product with Serializable
  75. object ClickTestGenerateFile extends StatisticName with Product with Serializable
  76. object ClickTestGenerated extends StatisticName with Product with Serializable
  77. object ClickTestHide extends StatisticName with Product with Serializable
  78. object ClickViewReset extends StatisticName with Product with Serializable
  79. object ClickViewZoomIn extends StatisticName with Product with Serializable
  80. object ClickViewZoomOut extends StatisticName with Product with Serializable
  81. object DoubleClickRangeSelectNodes extends StatisticName with Product with Serializable
  82. object FilterComponentUsagesByAuthor extends StatisticName with Product with Serializable
  83. object FilterComponentUsagesByCategory extends StatisticName with Product with Serializable
  84. object FilterComponentUsagesByOther extends StatisticName with Product with Serializable
  85. object FilterComponentUsagesByStatus extends StatisticName with Product with Serializable
  86. object FilterComponentsByCategory extends StatisticName with Product with Serializable
  87. object FilterComponentsByGroup extends StatisticName with Product with Serializable
  88. object FilterComponentsByMultipleCategories extends StatisticName with Product with Serializable
  89. object FilterComponentsByProcessingMode extends StatisticName with Product with Serializable
  90. object FilterComponentsByUsages extends StatisticName with Product with Serializable
  91. object FilterScenariosByAuthor extends StatisticName with Product with Serializable
  92. object FilterScenariosByCategory extends StatisticName with Product with Serializable
  93. object FilterScenariosByOther extends StatisticName with Product with Serializable
  94. object FilterScenariosByProcessingMode extends StatisticName with Product with Serializable
  95. object FilterScenariosByStatus extends StatisticName with Product with Serializable
  96. object KeyboardAndClickRangeSelectNodes extends StatisticName with Product with Serializable
  97. object KeyboardCopyNode extends StatisticName with Product with Serializable
  98. object KeyboardCutNode extends StatisticName with Product with Serializable
  99. object KeyboardDeleteNodes extends StatisticName with Product with Serializable
  100. object KeyboardDeselectAllNodes extends StatisticName with Product with Serializable
  101. object KeyboardFocusSearchNodeField extends StatisticName with Product with Serializable
  102. object KeyboardPasteNode extends StatisticName with Product with Serializable
  103. object KeyboardRedoScenarioChanges extends StatisticName with Product with Serializable
  104. object KeyboardSelectAllNodes extends StatisticName with Product with Serializable
  105. object KeyboardUndoScenarioChanges extends StatisticName with Product with Serializable
  106. object MoveToolbarPanel extends StatisticName with Product with Serializable
  107. object SearchComponentUsagesByName extends StatisticName with Product with Serializable
  108. object SearchComponentsByName extends StatisticName with Product with Serializable
  109. object SearchComponentsInScenario extends StatisticName with Product with Serializable
  110. object SearchNodesInScenario extends StatisticName with Product with Serializable
  111. object SearchScenariosByName extends StatisticName with Product with Serializable
  112. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from CirceEnum[StatisticName]

Inherited from Enum[StatisticName]

Inherited from EnumCompat[StatisticName]

Inherited from AnyRef

Inherited from Any

Ungrouped