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