Uses of Class
io.mateu.mdd.shared.data.StatusType
-
Packages that use StatusType Package Description io.mateu.mdd.shared.data -
-
Uses of StatusType in io.mateu.mdd.shared.data
Methods in io.mateu.mdd.shared.data that return StatusType Modifier and Type Method Description static StatusTypeStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusType[]StatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.mateu.mdd.shared.data with parameters of type StatusType Constructor Description Status(StatusType type, String message)
-