예제 #1
0
 public String getRawOutputType() {
   return TypeUtil.getOutputJavaType(_outputType, false);
 }
예제 #2
0
 public String getOutputType() {
   return TypeUtil.getOutputJavaType(_outputType, true);
 }