o
pl.touk.nussknacker.ui.api.description.StatisticsApiEndpoints.Dtos
StatisticName
Companion trait StatisticName
object StatisticName extends Enum[StatisticName] with CirceEnum[StatisticName]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatisticName
- CirceEnum
- Enum
- EnumCompat
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
implicit
val
circeDecoder: Decoder[StatisticName]
- Definition Classes
- CirceEnum
-
implicit
val
circeEncoder: Encoder[StatisticName]
- Definition Classes
- CirceEnum
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extraNamesToValuesMap: Map[String, StatisticName]
- Definition Classes
- Enum
-
macro
def
findValues: IndexedSeq[StatisticName]
- Attributes
- protected
- Definition Classes
- EnumCompat
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
indexOf(member: StatisticName): Int
- Definition Classes
- Enum
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
lazy val
lowerCaseNamesToValuesMap: Map[String, StatisticName]
- Definition Classes
- Enum
-
lazy val
namesToValuesMap: Map[String, StatisticName]
- Definition Classes
- Enum
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
lazy val
upperCaseNameValuesToMap: Map[String, StatisticName]
- Definition Classes
- Enum
-
def
values: IndexedSeq[StatisticName]
- Definition Classes
- StatisticName → EnumCompat
-
final
lazy val
valuesToIndex: Map[StatisticName, Int]
- Definition Classes
- Enum
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withName(name: String): StatisticName
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameEither(name: String): Either[NoSuchMember[StatisticName], StatisticName]
- Definition Classes
- Enum
-
def
withNameInsensitive(name: String): StatisticName
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameInsensitiveEither(name: String): Either[NoSuchMember[StatisticName], StatisticName]
- Definition Classes
- Enum
-
def
withNameInsensitiveOption(name: String): Option[StatisticName]
- Definition Classes
- Enum
-
def
withNameLowercaseOnly(name: String): StatisticName
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[StatisticName], StatisticName]
- Definition Classes
- Enum
-
def
withNameLowercaseOnlyOption(name: String): Option[StatisticName]
- Definition Classes
- Enum
-
def
withNameOption(name: String): Option[StatisticName]
- Definition Classes
- Enum
-
def
withNameUppercaseOnly(name: String): StatisticName
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[StatisticName], StatisticName]
- Definition Classes
- Enum
-
def
withNameUppercaseOnlyOption(name: String): Option[StatisticName]
- Definition Classes
- Enum
- object ClickActionDeploy extends StatisticName with Product with Serializable
- object ClickActionMetrics extends StatisticName with Product with Serializable
- object ClickCollapsePanel extends StatisticName with Product with Serializable
- object ClickComponentUsages extends StatisticName with Product with Serializable
- object ClickComponentsTab extends StatisticName with Product with Serializable
- object ClickEditCopy extends StatisticName with Product with Serializable
- object ClickEditDelete extends StatisticName with Product with Serializable
- object ClickEditLayout extends StatisticName with Product with Serializable
- object ClickEditPaste extends StatisticName with Product with Serializable
- object ClickEditRedo extends StatisticName with Product with Serializable
- object ClickEditUndo extends StatisticName with Product with Serializable
- object ClickExpandPanel extends StatisticName with Product with Serializable
- object ClickGlobalMetricsTab extends StatisticName with Product with Serializable
- object ClickMoreScenarioDetails extends StatisticName with Product with Serializable
- object ClickNewerVersion extends StatisticName with Product with Serializable
- object ClickNodeDocumentation extends StatisticName with Product with Serializable
- object ClickOlderVersion extends StatisticName with Product with Serializable
- object ClickScenarioArchive extends StatisticName with Product with Serializable
- object ClickScenarioArchiveToggle extends StatisticName with Product with Serializable
- object ClickScenarioCancel extends StatisticName with Product with Serializable
- object ClickScenarioCompare extends StatisticName with Product with Serializable
- object ClickScenarioCustomAction extends StatisticName with Product with Serializable
- object ClickScenarioCustomLink extends StatisticName with Product with Serializable
- object ClickScenarioFromComponentUsages extends StatisticName with Product with Serializable
- object ClickScenarioImport extends StatisticName with Product with Serializable
- object ClickScenarioJson extends StatisticName with Product with Serializable
- object ClickScenarioMigrate extends StatisticName with Product with Serializable
- object ClickScenarioPdf extends StatisticName with Product with Serializable
- object ClickScenarioProperties extends StatisticName with Product with Serializable
- object ClickScenarioSave extends StatisticName with Product with Serializable
- object ClickScenarioUnarchive extends StatisticName with Product with Serializable
- object ClickTestAdhoc extends StatisticName with Product with Serializable
- object ClickTestCounts extends StatisticName with Product with Serializable
- object ClickTestFromFile extends StatisticName with Product with Serializable
- object ClickTestGenerateFile extends StatisticName with Product with Serializable
- object ClickTestGenerated extends StatisticName with Product with Serializable
- object ClickTestHide extends StatisticName with Product with Serializable
- object ClickViewReset extends StatisticName with Product with Serializable
- object ClickViewZoomIn extends StatisticName with Product with Serializable
- object ClickViewZoomOut extends StatisticName with Product with Serializable
- object DoubleClickRangeSelectNodes extends StatisticName with Product with Serializable
- object FilterComponentUsagesByAuthor extends StatisticName with Product with Serializable
- object FilterComponentUsagesByCategory extends StatisticName with Product with Serializable
- object FilterComponentUsagesByOther extends StatisticName with Product with Serializable
- object FilterComponentUsagesByStatus extends StatisticName with Product with Serializable
- object FilterComponentsByCategory extends StatisticName with Product with Serializable
- object FilterComponentsByGroup extends StatisticName with Product with Serializable
- object FilterComponentsByMultipleCategories extends StatisticName with Product with Serializable
- object FilterComponentsByProcessingMode extends StatisticName with Product with Serializable
- object FilterComponentsByUsages extends StatisticName with Product with Serializable
- object FilterScenariosByAuthor extends StatisticName with Product with Serializable
- object FilterScenariosByCategory extends StatisticName with Product with Serializable
- object FilterScenariosByOther extends StatisticName with Product with Serializable
- object FilterScenariosByProcessingMode extends StatisticName with Product with Serializable
- object FilterScenariosByStatus extends StatisticName with Product with Serializable
- object KeyboardAndClickRangeSelectNodes extends StatisticName with Product with Serializable
- object KeyboardCopyNode extends StatisticName with Product with Serializable
- object KeyboardCutNode extends StatisticName with Product with Serializable
- object KeyboardDeleteNodes extends StatisticName with Product with Serializable
- object KeyboardDeselectAllNodes extends StatisticName with Product with Serializable
- object KeyboardFocusSearchNodeField extends StatisticName with Product with Serializable
- object KeyboardPasteNode extends StatisticName with Product with Serializable
- object KeyboardRedoScenarioChanges extends StatisticName with Product with Serializable
- object KeyboardSelectAllNodes extends StatisticName with Product with Serializable
- object KeyboardUndoScenarioChanges extends StatisticName with Product with Serializable
- object MoveToolbarPanel extends StatisticName with Product with Serializable
- object SearchComponentUsagesByName extends StatisticName with Product with Serializable
- object SearchComponentsByName extends StatisticName with Product with Serializable
- object SearchComponentsInScenario extends StatisticName with Product with Serializable
- object SearchNodesInScenario extends StatisticName with Product with Serializable
- object SearchScenariosByName extends StatisticName with Product with Serializable
- object SortScenariosBySortOption extends StatisticName with Product with Serializable
Deprecated Value Members
-
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.