public static enum PropertyPlaceholder.SystemProperties extends Enum<PropertyPlaceholder.SystemProperties>
| Modifier and Type | Method and Description |
|---|---|
static PropertyPlaceholder.SystemProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyPlaceholder.SystemProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyPlaceholder.SystemProperties never
public static final PropertyPlaceholder.SystemProperties fallback
public static final PropertyPlaceholder.SystemProperties override
public static PropertyPlaceholder.SystemProperties[] values()
for (PropertyPlaceholder.SystemProperties c : PropertyPlaceholder.SystemProperties.values()) System.out.println(c);
public static PropertyPlaceholder.SystemProperties 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 nullCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.