Uses of Class
net.toddm.comm.Work.Status
-
Packages that use Work.Status Package Description net.toddm.comm The root package of the Comm Framework. -
-
Uses of Work.Status in net.toddm.comm
Methods in net.toddm.comm that return Work.Status Modifier and Type Method Description Work.StatusWork. getState()Returns the current state of thisWorkinstancestatic Work.StatusWork.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Work.Status[]Work.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-