public enum DatasetType extends Enum<DatasetType>
| Modifier and Type | Method and Description |
|---|---|
static DatasetType |
getDatasetTypeFromId(String id) |
String |
getLabel() |
String |
toString() |
static DatasetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatasetType TDS
public static final DatasetType WMS
public static final DatasetType FTP
public static final DatasetType DGF
public static DatasetType[] values()
for (DatasetType c : DatasetType.values()) System.out.println(c);
public static DatasetType 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 toString()
toString in class Enum<DatasetType>public String getLabel()
public static DatasetType getDatasetTypeFromId(String id)
Copyright © 2018. All Rights Reserved.