Uses of Enum Class
com.viglet.turing.service.asset.TurAssetTrainingState
Packages that use TurAssetTrainingState
-
Uses of TurAssetTrainingState in com.viglet.turing.service.asset
Subclasses with type arguments of type TurAssetTrainingState in com.viglet.turing.service.assetMethods in com.viglet.turing.service.asset that return TurAssetTrainingStateModifier and TypeMethodDescriptionTurAssetTrainingStatus.state()Returns the value of thestaterecord component.static TurAssetTrainingStateReturns the enum constant of this class with the specified name.static TurAssetTrainingState[]TurAssetTrainingState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.viglet.turing.service.asset with parameters of type TurAssetTrainingStateModifierConstructorDescriptionTurAssetTrainingStatus(TurAssetTrainingState state, int totalCount, int processedCount, int errorCount, String startedAt, String completedAt, String errorMessage) Creates an instance of aTurAssetTrainingStatusrecord class.