Uses of Enum Class
com.gentics.contentnode.rest.model.Property.Type
Packages that use Property.Type
-
Uses of Property.Type in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return Property.TypeModifier and TypeMethodDescriptionstatic Property.Type
Property.Type.get
(int typeId) Get the Type from the typeidPart.getType()
Part typeProperty.getType()
Property Typestatic Property.Type
Returns the enum constant of this class with the specified name.static Property.Type[]
Property.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gentics.contentnode.rest.model with parameters of type Property.TypeModifier and TypeMethodDescriptionPart.setType
(Property.Type type) Set the typevoid
Property.setType
(Property.Type type)