public static enum Constants.TmpMode extends Enum<Constants.TmpMode>
Modifier and Type | Method and Description |
---|---|
static Constants.TmpMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.TmpMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.TmpMode tmp
public static final Constants.TmpMode TEMP
public static final Constants.TmpMode env
public static final Constants.TmpMode TempFile
public static Constants.TmpMode[] values()
for (Constants.TmpMode c : Constants.TmpMode.values()) System.out.println(c);
public static Constants.TmpMode 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 nullCopyright © 2018 BITPlan GmbH. All rights reserved.