Esempio n. 1
0
 public String getContentType() {
   contentType();
   if ((contentTypeMB == null) || contentTypeMB.isNull()) {
     return null;
   }
   return contentTypeMB.toString();
 }