Package com.adobe.epubcheck.util
Class OPSType
- java.lang.Object
-
- com.adobe.epubcheck.util.OPSType
-
public class OPSType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringmimeTypeEPUBVersionversion
-
Constructor Summary
Constructors Constructor Description OPSType(java.lang.String mimeType, EPUBVersion version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Field Detail
-
version
public final EPUBVersion version
-
mimeType
public final java.lang.String mimeType
-
-
Constructor Detail
-
OPSType
public OPSType(java.lang.String mimeType, EPUBVersion version)
-
-