Uses of Class
com.redhat.parodos.workflow.enums.ParodosWorkStatus
-
Packages that use ParodosWorkStatus Package Description com.redhat.parodos.workflow.enums -
-
Uses of ParodosWorkStatus in com.redhat.parodos.workflow.enums
Methods in com.redhat.parodos.workflow.enums that return ParodosWorkStatus Modifier and Type Method Description static ParodosWorkStatusParodosWorkStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ParodosWorkStatus[]ParodosWorkStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-