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