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