public String _getname(b4j.example.myobject __ref) throws Exception{
__ref = this;
RDebugUtils.currentModule="myobject";
if (Debug.shouldDelegate(ba, "getname", false))
{return ((String) Debug.delegate(ba, "getname", null));}
RDebugUtils.currentLine=720896;
//BA.debugLineNum = 720896;BA.debugLine="Public Sub getName As String";
RDebugUtils.currentLine=720897;
//BA.debugLineNum = 720897;BA.debugLine="Return mName";
if (true) return __ref._mname /*String*/ ;
RDebugUtils.currentLine=720898;
//BA.debugLineNum = 720898;BA.debugLine="End Sub";
return "";
}