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