Class PDContentTypeNotFound
- java.lang.Object
-
- com.terminalfour.publish.data.PDContentType
-
- com.terminalfour.publish.data.notfound.PDContentTypeNotFound
-
- All Implemented Interfaces:
IPDData
,IPDNotFound
public class PDContentTypeNotFound extends PDContentType implements IPDNotFound
-
-
Field Summary
Fields Modifier and Type Field Description static PDContentType
INSTANCE
-
Method Summary
-
Methods inherited from class com.terminalfour.publish.data.PDContentType
getElement, getElements, getId, getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.terminalfour.publish.data.notfound.IPDNotFound
exists
-
-
-
-
Field Detail
-
INSTANCE
public static final PDContentType INSTANCE
-
-