Uses of Class
cn.mapway.ui.client.mvc.attribute.marker.ParameterTypeEnum
-
Packages that use ParameterTypeEnum Package Description cn.mapway.ui.client.mvc.attribute.marker -
-
Uses of ParameterTypeEnum in cn.mapway.ui.client.mvc.attribute.marker
Methods in cn.mapway.ui.client.mvc.attribute.marker that return ParameterTypeEnum Modifier and Type Method Description ParameterTypeEnumtype()input output running ParameterTypeEnumstatic ParameterTypeEnumParameterTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterTypeEnumParameterTypeEnum. valueOfCode(Integer code)static ParameterTypeEnum[]ParameterTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-