public enum ContentsDataType extends Enum<ContentsDataType>
| Modifier and Type | Method and Description |
|---|---|
static ContentsDataType |
fromName(String name)
Get the Data Type from the name
|
String |
getName()
Get the name
|
static ContentsDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentsDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentsDataType FEATURES
public static final ContentsDataType TILES
public static ContentsDataType[] values()
for (ContentsDataType c : ContentsDataType.values()) System.out.println(c);
public static ContentsDataType 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 static ContentsDataType fromName(String name)
name - Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.