Uses of Class
org.opencms.ui.favorites.CmsFavoriteEntry.Type
-
Packages that use CmsFavoriteEntry.Type Package Description org.opencms.ui.favorites -
-
Uses of CmsFavoriteEntry.Type in org.opencms.ui.favorites
Methods in org.opencms.ui.favorites that return CmsFavoriteEntry.Type Modifier and Type Method Description static CmsFavoriteEntry.Type
CmsFavoriteEntry.Type. fromJsonId(java.lang.String id)
Converts JSON id to correct type.CmsFavoriteEntry.Type
CmsFavoriteEntry. getType()
Gets the type.static CmsFavoriteEntry.Type
CmsFavoriteEntry.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CmsFavoriteEntry.Type[]
CmsFavoriteEntry.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencms.ui.favorites with parameters of type CmsFavoriteEntry.Type Modifier and Type Method Description void
CmsFavoriteEntry. setType(CmsFavoriteEntry.Type type)
Sets the type.
-