Uses of Class
com.gentics.contentnode.rest.model.DatasourceType
-
Packages that use DatasourceType Package Description com.gentics.contentnode.rest.model -
-
Uses of DatasourceType in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return DatasourceType Modifier and Type Method Description DatasourceType
Datasource. getType()
Datasource typestatic DatasourceType
DatasourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatasourceType[]
DatasourceType. 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 DatasourceType Modifier and Type Method Description Datasource
Datasource. setType(DatasourceType type)
Set the type
-