private static final ModuleName MODULE_NAME = ModuleName.TSE;
String lModuleName = (String)MODULE_NAME;
error : "Cannot cast from ModuleName to String"
whats wrong in this code..?
(ModuleName is the class of type --> public final class ModuleName)
Edited by: avula on Oct 30, 2008 1:05 PM