Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class ProgressStatusConstants

java.lang.Object
  extended by com.liferay.portal.kernel.util.ProgressStatusConstants

public class ProgressStatusConstants
extends Object


Field Summary
static int COPYING
           
static int DOWNLOADING
           
static int ERROR
           
static int PREPARED
           
 
Constructor Summary
ProgressStatusConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYING

public static final int COPYING
See Also:
Constant Field Values

DOWNLOADING

public static final int DOWNLOADING
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

PREPARED

public static final int PREPARED
See Also:
Constant Field Values
Constructor Detail

ProgressStatusConstants

public ProgressStatusConstants()

Liferay 6.2-ce-ga5