public static enum IgnoreClassLoadingRule.IgnoredStatus extends java.lang.Enum<IgnoreClassLoadingRule.IgnoredStatus>
| Enum Constant and Description |
|---|
IGNORED |
UNDEFINED |
WHITELISTED |
| Modifier and Type | Method and Description |
|---|---|
static IgnoreClassLoadingRule.IgnoredStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IgnoreClassLoadingRule.IgnoredStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IgnoreClassLoadingRule.IgnoredStatus IGNORED
public static final IgnoreClassLoadingRule.IgnoredStatus WHITELISTED
public static final IgnoreClassLoadingRule.IgnoredStatus UNDEFINED
public static IgnoreClassLoadingRule.IgnoredStatus[] values()
for (IgnoreClassLoadingRule.IgnoredStatus c : IgnoreClassLoadingRule.IgnoredStatus.values()) System.out.println(c);
public static IgnoreClassLoadingRule.IgnoredStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 SAP SE. All Rights Reserved.