Uses of Class
net.anotheria.anosite.gen.shared.util.ModuleName
-
Packages that use ModuleName Package Description net.anotheria.anosite.gen.shared.util -
-
Uses of ModuleName in net.anotheria.anosite.gen.shared.util
Methods in net.anotheria.anosite.gen.shared.util that return ModuleName Modifier and Type Method Description static ModuleNameModuleName. byValue(java.lang.String value)static ModuleNameModuleName. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ModuleName[]ModuleName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.anotheria.anosite.gen.shared.util with parameters of type ModuleName Modifier and Type Method Description protected voidParserUtilService. executeParsingInServiceByName(ModuleName moduleName, DocumentName documentName, org.codehaus.jettison.json.JSONObject dataObject)
-