public enum VTileDatasourceType extends Enum<VTileDatasourceType>
| Enum Constant and Description |
|---|
filegdb |
gaussdb |
highgo |
kingbase |
mongodb |
mysql |
oracle |
postgresql |
shapefile |
| Modifier and Type | Method and Description |
|---|---|
static VTileDatasourceType |
getByValue(String value) |
static VTileDatasourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VTileDatasourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VTileDatasourceType oracle
public static final VTileDatasourceType postgresql
public static final VTileDatasourceType mysql
public static final VTileDatasourceType mongodb
public static final VTileDatasourceType filegdb
public static final VTileDatasourceType shapefile
public static final VTileDatasourceType kingbase
public static final VTileDatasourceType highgo
public static final VTileDatasourceType gaussdb
public final Integer value
public static VTileDatasourceType[] values()
for (VTileDatasourceType c : VTileDatasourceType.values()) System.out.println(c);
public static VTileDatasourceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static VTileDatasourceType getByValue(String value)
Copyright © 2025. All rights reserved.