|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<UtlTailoring.STYLE>
com.neeve.util.UtlTailoring.STYLE
public static enum UtlTailoring.STYLE
Enumerates possible tailoring styles.
| Enum Constant Summary | |
|---|---|
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%) |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final UtlTailoring.STYLE SPRING
${propName,default-value}
public static final UtlTailoring.STYLE PROPFILE
public static final UtlTailoring.STYLE SUBST
$subst(%propName::defaultvalue%)
| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic static UtlTailoring.STYLE toStyle(String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||