public enum NDisplayProperty extends Enum<NDisplayProperty> implements NEnum
| Enum Constant and Description |
|---|
ARCH |
BIN_FOLDER |
CACHE_FOLDER |
CONF_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 NOptional<NDisplayProperty> |
parse(String value) |
static NDisplayProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NDisplayProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NDisplayProperty STATUS
public static final NDisplayProperty INSTALL_DATE
public static final NDisplayProperty INSTALL_USER
public static final NDisplayProperty INSTALL_FOLDER
public static final NDisplayProperty REPOSITORY
public static final NDisplayProperty REPOSITORY_ID
public static final NDisplayProperty ID
public static final NDisplayProperty NAME
public static final NDisplayProperty ARCH
public static final NDisplayProperty PACKAGING
public static final NDisplayProperty PLATFORM
public static final NDisplayProperty PROFILE
public static final NDisplayProperty DESKTOP_ENVIRONMENT
public static final NDisplayProperty OS
public static final NDisplayProperty OSDIST
public static final NDisplayProperty EXEC_ENTRY
public static final NDisplayProperty FILE_NAME
public static final NDisplayProperty FILE
public static final NDisplayProperty VAR_LOCATION
public static final NDisplayProperty TEMP_FOLDER
public static final NDisplayProperty CONF_FOLDER
public static final NDisplayProperty LIB_FOLDER
public static final NDisplayProperty LOG_FOLDER
public static final NDisplayProperty CACHE_FOLDER
public static final NDisplayProperty BIN_FOLDER
public static final NDisplayProperty LONG_STATUS
public static NDisplayProperty[] values()
for (NDisplayProperty c : NDisplayProperty.values()) System.out.println(c);
public static NDisplayProperty 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 static NOptional<NDisplayProperty> parse(String value)
Copyright © 2026 vpc open source initiative. All rights reserved.