Uses of Enum Class
com.gentics.contentnode.rest.model.devtools.dependency.Type
Packages that use Type
Package
Description
-
Uses of Type in com.gentics.contentnode.rest.model.devtools.dependency
Methods in com.gentics.contentnode.rest.model.devtools.dependency that return TypeModifier and TypeMethodDescriptionstatic Type
Type.fromString
(String value) Utility method to obtain the type enum from a given string (case-insensitive)AbstractDependencyModel.getDependencyType()
Gets the type of the package object.static Type
Returns the enum constant of this class with the specified name.static Type[]
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.devtools.dependency with parameters of type TypeModifier and TypeMethodDescriptionvoid
AbstractDependencyModel.setDependencyType
(Type dependencyType) Sets the type of the package object. -
Uses of Type in com.gentics.contentnode.rest.resource.parameter
Fields in com.gentics.contentnode.rest.resource.parameter with type parameters of type TypeMethod parameters in com.gentics.contentnode.rest.resource.parameter with type arguments of type TypeModifier and TypeMethodDescriptionFilterPackageCheckBean.withTypeFilter
(Set<Type> filter) Set the type filter