org.docx4j.openpackaging.contenttype
Class ContentType
java.lang.Object
org.docx4j.openpackaging.contenttype.ContentType
public final class ContentType
- extends java.lang.Object
Represents a MIME ContentType value.
- See Also:
http://www.ietf.org/rfc/rfc2045.txt
|
Constructor Summary |
ContentType(java.lang.String contentType)
|
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ContentType
public ContentType(java.lang.String contentType)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public final java.lang.String toString()
- Overrides:
toString in class java.lang.Object