public enum AppFlags extends Enum<AppFlags>
| Enum Constant and Description |
|---|
ASYNC_CHECK_POLICIES_ENABLED |
UPLOAD_SCA_LOGS |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static AppFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppFlags UPLOAD_SCA_LOGS
public static final AppFlags ASYNC_CHECK_POLICIES_ENABLED
public static AppFlags[] values()
for (AppFlags c : AppFlags.values()) System.out.println(c);
public static AppFlags 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 getValue()
Copyright © 2011-2024 White Source. All Rights Reserved.