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