Uses of Class
com.liangjian.web.common.dynamic.OperateType
-
Packages that use OperateType Package Description com.liangjian.web.common.dynamic -
-
Uses of OperateType in com.liangjian.web.common.dynamic
Fields in com.liangjian.web.common.dynamic declared as OperateType Modifier and Type Field Description protected OperateType
DynamicFilter. operate
Methods in com.liangjian.web.common.dynamic that return OperateType Modifier and Type Method Description OperateType
DynamicFilter. getOperate()
static OperateType
OperateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperateType[]
OperateType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.liangjian.web.common.dynamic with parameters of type OperateType Modifier and Type Method Description void
DynamicFilter. setOperate(OperateType operate)
-