Uses of Class
com.hybris.cockpitng.core.async.Progress.ProgressType
-
Packages that use Progress.ProgressType Package Description com.hybris.cockpitng.core.async com.hybris.cockpitng.core.async.impl -
-
Uses of Progress.ProgressType in com.hybris.cockpitng.core.async
Methods in com.hybris.cockpitng.core.async that return Progress.ProgressType Modifier and Type Method Description Progress.ProgressTypeOperation. getProgressType()static Progress.ProgressTypeProgress.ProgressType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Progress.ProgressType[]Progress.ProgressType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Progress.ProgressType in com.hybris.cockpitng.core.async.impl
Methods in com.hybris.cockpitng.core.async.impl that return Progress.ProgressType Modifier and Type Method Description Progress.ProgressTypeAbstractOperation. getProgressType()Constructors in com.hybris.cockpitng.core.async.impl with parameters of type Progress.ProgressType Constructor Description AbstractOperation(java.lang.String label, boolean terminable, Progress.ProgressType progressType)
-