Return a String representation of this object without the parameter list. @return the MIME type and sub-type
()
| 219 | * @return the MIME type and sub-type |
| 220 | */ |
| 221 | public String getBaseType() { |
| 222 | return primaryType + "/" + subType; |
| 223 | } |
| 224 | |
| 225 | /** |
| 226 | * Determine if the primary and sub type of this object is |
no outgoing calls
no test coverage detected