public enum ScopeCode extends Enum<ScopeCode>
| Enum Constant and Description |
|---|
ATTRIBUTE |
ATTRIBUTE_TYPE |
DATASET |
FEATURE |
FEATURE_TYPE |
NON_GEOGRAPHIC_DATASET |
PROPERTY_TYPE |
SERIES |
TILE |
| Modifier and Type | Method and Description |
|---|---|
static ScopeCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScopeCode ATTRIBUTE
public static final ScopeCode ATTRIBUTE_TYPE
public static final ScopeCode DATASET
public static final ScopeCode SERIES
public static final ScopeCode NON_GEOGRAPHIC_DATASET
public static final ScopeCode FEATURE
public static final ScopeCode FEATURE_TYPE
public static final ScopeCode PROPERTY_TYPE
public static final ScopeCode TILE
public static ScopeCode[] values()
for (ScopeCode c : ScopeCode.values()) System.out.println(c);
public static ScopeCode 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 © 2020. All Rights Reserved.