예제 #1
0
 public String getNamespace()
 {
     return(@namespace.getNamespace());
 }
예제 #2
0
        public String getNamespace()
        {
            String str = @namespace.getNamespace();

            return((str != null) ? str : "");
        }