Uses of Class
com.gentics.contentnode.rest.model.Property.Type
-
Packages that use Property.Type Package Description com.gentics.contentnode.rest.model -
-
Uses of Property.Type in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return Property.Type Modifier and Type Method Description static Property.Type
Property.Type. get(int typeId)
Get the Type from the typeidProperty.Type
Part. getType()
Part typeProperty.Type
Property. getType()
Property Typestatic Property.Type
Property.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Property.Type[]
Property.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 Property.Type Modifier and Type Method Description Part
Part. setType(Property.Type type)
Set the typevoid
Property. setType(Property.Type type)
-