public static enum OfficeTools.RemoteCheck extends Enum<OfficeTools.RemoteCheck>
| Enum Constant and Description |
|---|
ALL |
NONE |
ONLY_GRAMMAR |
ONLY_SPELL |
| Modifier and Type | Method and Description |
|---|---|
static OfficeTools.RemoteCheck |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfficeTools.RemoteCheck[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfficeTools.RemoteCheck NONE
public static final OfficeTools.RemoteCheck ALL
public static final OfficeTools.RemoteCheck ONLY_SPELL
public static final OfficeTools.RemoteCheck ONLY_GRAMMAR
public static OfficeTools.RemoteCheck[] values()
for (OfficeTools.RemoteCheck c : OfficeTools.RemoteCheck.values()) System.out.println(c);
public static OfficeTools.RemoteCheck valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null