Return the content type as a string. @return the content type
()
| 692 | * @return the content type |
| 693 | */ |
| 694 | public String getContentType() { |
| 695 | contentType(); |
| 696 | if (contentTypeMB == null || contentTypeMB.isNull()) { |
| 697 | return null; |
| 698 | } |
| 699 | return contentTypeMB.toStringType(); |
| 700 | } |
| 701 | |
| 702 | |
| 703 | /** |
no test coverage detected