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