Class PDContentTypeElementNotFound
- java.lang.Object
-
- com.terminalfour.publish.data.PDContentTypeElement
-
- com.terminalfour.publish.data.notfound.PDContentTypeElementNotFound
-
- All Implemented Interfaces:
IPDData
,IPDNotFound
public class PDContentTypeElementNotFound extends PDContentTypeElement implements IPDNotFound
-
-
Field Summary
Fields Modifier and Type Field Description static PDContentTypeElement
INSTANCE
-
Method Summary
-
Methods inherited from class com.terminalfour.publish.data.PDContentTypeElement
getListId, getName, isTagElement
-
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 PDContentTypeElement INSTANCE
-
-