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