public enum swCommand_e extends java.lang.Enum<swCommand_e>
Enum Constant and Description |
---|
swCurrentTipOfDayString |
swFileNew |
swFileOpen |
swFontSize |
swInterfaceBrightnessTheme |
swNextTipOfDayString |
swOpenHTMLHelp |
swOpenRecentFile |
swPrevTipOfDayString |
swReserved |
swUserExperienceLevel |
swVerticalMkt |
Modifier and Type | Method and Description |
---|---|
static swCommand_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swCommand_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swCommand_e swFileOpen
public static final swCommand_e swFileNew
public static final swCommand_e swOpenRecentFile
public static final swCommand_e swOpenHTMLHelp
public static final swCommand_e swReserved
public static final swCommand_e swVerticalMkt
public static final swCommand_e swUserExperienceLevel
public static final swCommand_e swNextTipOfDayString
public static final swCommand_e swCurrentTipOfDayString
public static final swCommand_e swPrevTipOfDayString
public static final swCommand_e swFontSize
public static final swCommand_e swInterfaceBrightnessTheme
public static swCommand_e[] values()
for (swCommand_e c : swCommand_e.values()) System.out.println(c);
public static swCommand_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