Package io.vertigo.orchestra.domain
Enum Class DtDefinitions.OExecutionSummaryFields
java.lang.Object
java.lang.Enum<DtDefinitions.OExecutionSummaryFields>
io.vertigo.orchestra.domain.DtDefinitions.OExecutionSummaryFields
- All Implemented Interfaces:
io.vertigo.datamodel.data.definitions.DataFieldName<OExecutionSummary>,Serializable,Comparable<DtDefinitions.OExecutionSummaryFields>,Constable
- Enclosing class:
DtDefinitions
public static enum DtDefinitions.OExecutionSummaryFields
extends Enum<DtDefinitions.OExecutionSummaryFields>
implements io.vertigo.datamodel.data.definitions.DataFieldName<OExecutionSummary>
Enumération des champs de OExecutionSummary.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionPropriété 'Durée moyenne d'exécution'.Propriété 'Nombre en erreur'.Propriété 'Santé du processus'.Propriété 'Dernière exécution le'.Propriété 'Nombre non executés'.Propriété 'Prochaine exécution le'.Propriété 'Libellé du processus'.Propriété 'Nom du processus'.Propriété 'Id du processus'.Propriété 'Nombre en cours'.Propriété 'Nombre en succès'. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface io.vertigo.datamodel.data.definitions.DataFieldName
name
-
Enum Constant Details
-
proId
Propriété 'Id du processus'. -
processName
Propriété 'Nom du processus'. -
processLabel
Propriété 'Libellé du processus'. -
lastExecutionTime
Propriété 'Dernière exécution le'. -
nextExecutionTime
Propriété 'Prochaine exécution le'. -
errorsCount
Propriété 'Nombre en erreur'. -
misfiredCount
Propriété 'Nombre non executés'. -
successfulCount
Propriété 'Nombre en succès'. -
runningCount
Propriété 'Nombre en cours'. -
averageExecutionTime
Propriété 'Durée moyenne d'exécution'. -
health
Propriété 'Santé du processus'.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-