Uses of Class
org.cxbox.core.dto.rowmeta.PreActionType
-
Packages that use PreActionType Package Description org.cxbox.core.dto.rowmeta -
-
Uses of PreActionType in org.cxbox.core.dto.rowmeta
Methods in org.cxbox.core.dto.rowmeta that return PreActionType Modifier and Type Method Description static PreActionTypePreActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PreActionType[]PreActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-