public static enum LibraryConfiguration.PropertyNames extends java.lang.Enum<LibraryConfiguration.PropertyNames>
| Enum Constant and Description |
|---|
CA_LIBRARY_LOG_LEVEL |
CA_MONITOR_NOTIFIER_IMPL |
CA_REPEATER_DISABLE |
CA_REPEATER_LOG_LEVEL |
CA_REPEATER_OUTPUT_CAPTURE |
| Modifier and Type | Method and Description |
|---|---|
static LibraryConfiguration.PropertyNames |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LibraryConfiguration.PropertyNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LibraryConfiguration.PropertyNames CA_MONITOR_NOTIFIER_IMPL
public static final LibraryConfiguration.PropertyNames CA_REPEATER_DISABLE
public static final LibraryConfiguration.PropertyNames CA_REPEATER_OUTPUT_CAPTURE
public static final LibraryConfiguration.PropertyNames CA_REPEATER_LOG_LEVEL
public static final LibraryConfiguration.PropertyNames CA_LIBRARY_LOG_LEVEL
public static LibraryConfiguration.PropertyNames[] values()
for (LibraryConfiguration.PropertyNames c : LibraryConfiguration.PropertyNames.values()) System.out.println(c);
public static LibraryConfiguration.PropertyNames 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 null