public static enum UtlTailoring.STYLE extends Enum<UtlTailoring.STYLE>
| Enum Constant and Description |
|---|
PROPFILE
Used for overriding key=value pairs in a properties file.
|
SPRING
Replacement Strings of the form:
${propName,default-value} |
SUBST
Replacement Strings of the form:
$subst(%propName::defaultvalue%) |
| Modifier and Type | Method and Description |
|---|---|
static UtlTailoring.STYLE |
toStyle(String name) |
static UtlTailoring.STYLE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UtlTailoring.STYLE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UtlTailoring.STYLE SPRING
${propName,default-value}public static final UtlTailoring.STYLE PROPFILE
public static final UtlTailoring.STYLE SUBST
$subst(%propName::defaultvalue%)public static UtlTailoring.STYLE[] values()
for (UtlTailoring.STYLE c : UtlTailoring.STYLE.values()) System.out.println(c);
public static UtlTailoring.STYLE 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 UtlTailoring.STYLE toStyle(String name)
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.