public static enum GeoPkgExtension.Scope extends Enum<GeoPkgExtension.Scope>
Modifier and Type | Method and Description |
---|---|
String |
getSqlValue() |
static GeoPkgExtension.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoPkgExtension.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoPkgExtension.Scope ReadWrite
public static final GeoPkgExtension.Scope WriteOnly
public static GeoPkgExtension.Scope[] values()
for (GeoPkgExtension.Scope c : GeoPkgExtension.Scope.values()) System.out.println(c);
public static GeoPkgExtension.Scope 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 String getSqlValue()
Copyright © 1996–2023 Geotools. All rights reserved.