Uses of Class
com.gentics.contentnode.rest.model.Tag.Type
-
Packages that use Tag.Type Package Description com.gentics.contentnode.rest.model -
-
Uses of Tag.Type in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return Tag.Type Modifier and Type Method Description Tag.Type
Tag. getType()
Tag typestatic Tag.Type
Tag.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Tag.Type[]
Tag.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gentics.contentnode.rest.model with parameters of type Tag.Type Modifier and Type Method Description void
Tag. setType(Tag.Type type)
Set the tag type
-