public static enum IUIServiceProvider.Command extends java.lang.Enum<IUIServiceProvider.Command>
| Enum Constant and Description |
|---|
EXPRESS_BUTTON_CREATE |
| Modifier and Type | Method and Description |
|---|---|
static IUIServiceProvider.Command |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IUIServiceProvider.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IUIServiceProvider.Command EXPRESS_BUTTON_CREATE
public static IUIServiceProvider.Command[] values()
for (IUIServiceProvider.Command c : IUIServiceProvider.Command.values()) System.out.println(c);
public static IUIServiceProvider.Command 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 nullCopyright © 2005-2008 Actuate Corp. All rights reserved.