public enum NutsDisplayProperty extends Enum<NutsDisplayProperty> implements net.thevpc.nuts.NutsEnum
| Enum Constant and Description |
|---|
APPS_FOLDER |
ARCH |
CACHE_FOLDER |
CONFIG_FOLDER |
DESKTOP_ENVIRONMENT |
EXEC_ENTRY |
FILE |
FILE_NAME |
ID |
INSTALL_DATE |
INSTALL_FOLDER |
INSTALL_USER |
LIB_FOLDER |
LOG_FOLDER |
LONG_STATUS |
NAME |
OS |
OSDIST |
PACKAGING |
PLATFORM |
PROFILE |
REPOSITORY |
REPOSITORY_ID |
STATUS |
TEMP_FOLDER |
VAR_LOCATION |
| Modifier and Type | Method and Description |
|---|---|
String |
id() |
static NutsDisplayProperty |
parse(String value,
NutsDisplayProperty emptyValue,
net.thevpc.nuts.NutsSession session) |
static NutsDisplayProperty |
parse(String value,
net.thevpc.nuts.NutsSession session) |
static NutsDisplayProperty |
parseLenient(String value) |
static NutsDisplayProperty |
parseLenient(String value,
NutsDisplayProperty emptyOrErrorValue) |
static NutsDisplayProperty |
parseLenient(String value,
NutsDisplayProperty emptyValue,
NutsDisplayProperty errorValue) |
static NutsDisplayProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NutsDisplayProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NutsDisplayProperty STATUS
public static final NutsDisplayProperty INSTALL_DATE
public static final NutsDisplayProperty INSTALL_USER
public static final NutsDisplayProperty INSTALL_FOLDER
public static final NutsDisplayProperty REPOSITORY
public static final NutsDisplayProperty REPOSITORY_ID
public static final NutsDisplayProperty ID
public static final NutsDisplayProperty NAME
public static final NutsDisplayProperty ARCH
public static final NutsDisplayProperty PACKAGING
public static final NutsDisplayProperty PLATFORM
public static final NutsDisplayProperty PROFILE
public static final NutsDisplayProperty DESKTOP_ENVIRONMENT
public static final NutsDisplayProperty OS
public static final NutsDisplayProperty OSDIST
public static final NutsDisplayProperty EXEC_ENTRY
public static final NutsDisplayProperty FILE_NAME
public static final NutsDisplayProperty FILE
public static final NutsDisplayProperty VAR_LOCATION
public static final NutsDisplayProperty TEMP_FOLDER
public static final NutsDisplayProperty CONFIG_FOLDER
public static final NutsDisplayProperty LIB_FOLDER
public static final NutsDisplayProperty LOG_FOLDER
public static final NutsDisplayProperty CACHE_FOLDER
public static final NutsDisplayProperty APPS_FOLDER
public static final NutsDisplayProperty LONG_STATUS
public static NutsDisplayProperty[] values()
for (NutsDisplayProperty c : NutsDisplayProperty.values()) System.out.println(c);
public static NutsDisplayProperty 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 id()
id in interface net.thevpc.nuts.NutsEnumpublic static NutsDisplayProperty parseLenient(String value)
public static NutsDisplayProperty parseLenient(String value, NutsDisplayProperty emptyOrErrorValue)
public static NutsDisplayProperty parseLenient(String value, NutsDisplayProperty emptyValue, NutsDisplayProperty errorValue)
public static NutsDisplayProperty parse(String value, net.thevpc.nuts.NutsSession session)
public static NutsDisplayProperty parse(String value, NutsDisplayProperty emptyValue, net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.