public static enum TabularManagementConstants.FileType extends Enum<TabularManagementConstants.FileType>
Modifier and Type | Method and Description |
---|---|
String |
getApplication() |
String |
getContentType() |
String |
getExtension() |
String |
getKey() |
static TabularManagementConstants.FileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabularManagementConstants.FileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabularManagementConstants.FileType TAB
public static final TabularManagementConstants.FileType CSV
public static TabularManagementConstants.FileType[] values()
for (TabularManagementConstants.FileType c : TabularManagementConstants.FileType.values()) System.out.println(c);
public static TabularManagementConstants.FileType 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 getKey()
public String getExtension()
public String getContentType()
public String getApplication()
Copyright © 2010–2017 Planetary Data System. All rights reserved.