public enum ReferenceScopeType extends Enum<ReferenceScopeType>
| Enum Constant and Description |
|---|
COLUMN
Column
|
GEOPACKAGE
Geopackage
|
ROW
Row
|
ROW_COL
Row and column
|
TABLE
Table
|
| Modifier and Type | Method and Description |
|---|---|
static ReferenceScopeType |
fromValue(String value)
Get the type from the value
|
String |
getValue()
Get the value
|
static ReferenceScopeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceScopeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceScopeType GEOPACKAGE
public static final ReferenceScopeType TABLE
public static final ReferenceScopeType COLUMN
public static final ReferenceScopeType ROW
public static final ReferenceScopeType ROW_COL
public static ReferenceScopeType[] values()
for (ReferenceScopeType c : ReferenceScopeType.values()) System.out.println(c);
public static ReferenceScopeType 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 getValue()
public static ReferenceScopeType fromValue(String value)
value - Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.