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