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