org.docx4j.openpackaging.contenttype
Class ContentType

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentType

public ContentType(java.lang.String contentType)
Method Detail

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