org.ow2.jasmine.jadort.api.entities.deployment
Class WorkerProgressState
java.lang.Object
org.ow2.jasmine.jadort.api.entities.deployment.ProgressState
org.ow2.jasmine.jadort.api.entities.deployment.WorkerProgressState
- All Implemented Interfaces:
- Serializable
public class WorkerProgressState
- extends ProgressState
Different possible progress states of a WorkerProgressBean.
- See Also:
- Serialized Form
INITIAL
public static final WorkerProgressState INITIAL
START_OK
public static final WorkerProgressState START_OK
STOP_OK
public static final WorkerProgressState STOP_OK
equals
public boolean equals(Object object)
-
- Overrides:
equals in class Object
hashCode
public int hashCode()
-
- Overrides:
hashCode in class Object
toString
public String toString()
-
- Overrides:
toString in class Object
values
public static WorkerProgressState[] values()
- Returns:
- All WorkerProgressState values.
valueOf
public static WorkerProgressState valueOf(String string)
- Get the WorkerProgressState for a string.
- Parameters:
string - WorkerProgressState string.
- Returns:
- WorkerProgressState for that string.
Copyright © 2012 OW2 Consortium. All Rights Reserved.