Uses of Class
com.gentics.contentnode.rest.model.CmpProduct
-
Packages that use CmpProduct Package Description com.gentics.contentnode.rest.model -
-
Uses of CmpProduct in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return CmpProduct Modifier and Type Method Description static CmpProduct
CmpProduct. forName(String productName)
Return the respective enum value for the given product name.static CmpProduct
CmpProduct. valueOf(String name)
Returns the enum constant of this type with the specified name.static CmpProduct[]
CmpProduct. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-