Class ContentType
java.lang.Object
org.docx4j.openpackaging.contenttype.ContentType
public final class ContentType
extends java.lang.Object
Represents a MIME ContentType value.
- Version:
- 0.1
- Author:
- Julien Chable
-
Constructor Summary
Constructors Constructor Description ContentType(java.lang.String contentType) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ContentType
public ContentType(java.lang.String contentType)
-
-
Method Details
-
toString
public final java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-