Uses of Class
com.terminalfour.publish.data.PDContentItemType
-
Packages that use PDContentItemType Package Description com.terminalfour.publish.data Thedata
package contains data objects relating to publish. -
-
Uses of PDContentItemType in com.terminalfour.publish.data
Methods in com.terminalfour.publish.data that return PDContentItemType Modifier and Type Method Description PDContentItemType
PDContentListItem. getType()
static PDContentItemType
PDContentItemType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PDContentItemType[]
PDContentItemType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.terminalfour.publish.data with parameters of type PDContentItemType Constructor Description PDContentListItem(int id, int contentTypeId, int sequence, PDContentItemType type)
-