public enum ConfigKey extends Enum<ConfigKey>
Enum Constant and Description |
---|
ALIAS |
ALLREFS |
DICTIONARIES |
INCLUDES |
KEYPASS |
LOCAL |
MODE |
PASS |
REPORT |
SERVERURL |
TARGET |
TRANSPORTURL |
USER |
VERBOSE |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
static ConfigKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigKey MODE
public static final ConfigKey TARGET
public static final ConfigKey LOCAL
public static final ConfigKey REPORT
public static final ConfigKey DICTIONARIES
public static final ConfigKey INCLUDES
public static final ConfigKey VERBOSE
public static final ConfigKey USER
public static final ConfigKey PASS
public static final ConfigKey SERVERURL
public static final ConfigKey TRANSPORTURL
public static final ConfigKey KEYPASS
public static final ConfigKey ALLREFS
public static final ConfigKey ALIAS
public static ConfigKey[] values()
for (ConfigKey c : ConfigKey.values()) System.out.println(c);
public static ConfigKey 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()
Copyright © 2010–2016 Planetary Data System. All rights reserved.