public static enum IDuccUser.EnvironmentVariable extends Enum<IDuccUser.EnvironmentVariable>
| Enum Constant and Description |
|---|
DUCC_HOME |
DUCC_ID_JOB |
DUCC_ID_PROCESS |
DUCC_ID_SERVICE |
DUCC_IP |
DUCC_KEEP_TEMPORARY_DESCRIPTORS |
DUCC_LOG_PREFIX |
DUCC_NODENAME |
DUCC_PROCESS_UNIQUEID |
DUCC_UPDATE_PORT |
DUCC_USER_CP_PREPEND |
USER |
| Modifier and Type | Method and Description |
|---|---|
String |
mapped() |
String |
standard() |
String |
value() |
static IDuccUser.EnvironmentVariable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDuccUser.EnvironmentVariable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDuccUser.EnvironmentVariable DUCC_HOME
public static final IDuccUser.EnvironmentVariable DUCC_ID_JOB
public static final IDuccUser.EnvironmentVariable DUCC_ID_PROCESS
public static final IDuccUser.EnvironmentVariable DUCC_PROCESS_UNIQUEID
public static final IDuccUser.EnvironmentVariable DUCC_ID_SERVICE
public static final IDuccUser.EnvironmentVariable DUCC_LOG_PREFIX
public static final IDuccUser.EnvironmentVariable DUCC_UPDATE_PORT
public static final IDuccUser.EnvironmentVariable DUCC_IP
public static final IDuccUser.EnvironmentVariable DUCC_NODENAME
public static final IDuccUser.EnvironmentVariable DUCC_USER_CP_PREPEND
public static final IDuccUser.EnvironmentVariable DUCC_KEEP_TEMPORARY_DESCRIPTORS
public static final IDuccUser.EnvironmentVariable USER
public static IDuccUser.EnvironmentVariable[] values()
for (IDuccUser.EnvironmentVariable c : IDuccUser.EnvironmentVariable.values()) System.out.println(c);
public static IDuccUser.EnvironmentVariable 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 standard()
public String mapped()
public String value()
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.