public enum MetadataScopeType extends Enum<MetadataScopeType>
| Enum Constant and Description |
|---|
ATTRIBUTE |
ATTRIBUTE_TYPE |
CATALOG |
COLLECTION_HARDWARE |
COLLECTION_SESSION |
DATASET |
DIMENSION_GROUP |
FEATURE |
FEATURE_TYPE |
FIELD_SESSION |
MODEL |
NON_GEOGRAPHIC_DATASET |
SCHEMA |
SERIES |
SERVICE |
SOFTWARE |
TAXONOMY |
TILE |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static MetadataScopeType |
fromName(String name)
Get the metadata scope from the name
|
String |
getCode() |
String |
getDefinition() |
String |
getName() |
static MetadataScopeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataScopeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataScopeType UNDEFINED
public static final MetadataScopeType FIELD_SESSION
public static final MetadataScopeType COLLECTION_SESSION
public static final MetadataScopeType SERIES
public static final MetadataScopeType DATASET
public static final MetadataScopeType FEATURE_TYPE
public static final MetadataScopeType FEATURE
public static final MetadataScopeType ATTRIBUTE_TYPE
public static final MetadataScopeType ATTRIBUTE
public static final MetadataScopeType TILE
public static final MetadataScopeType MODEL
public static final MetadataScopeType CATALOG
public static final MetadataScopeType SCHEMA
public static final MetadataScopeType TAXONOMY
public static final MetadataScopeType SOFTWARE
public static final MetadataScopeType SERVICE
public static final MetadataScopeType COLLECTION_HARDWARE
public static final MetadataScopeType NON_GEOGRAPHIC_DATASET
public static final MetadataScopeType DIMENSION_GROUP
public static MetadataScopeType[] values()
for (MetadataScopeType c : MetadataScopeType.values()) System.out.println(c);
public static MetadataScopeType 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 getName()
public String getCode()
public String getDefinition()
public static MetadataScopeType fromName(String name)
name - nameCopyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.