public static enum CoreNLPProtos.DependencyEnhancerRequest.RefCase extends java.lang.Enum<CoreNLPProtos.DependencyEnhancerRequest.RefCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
LANGUAGE |
REF_NOT_SET |
RELATIVEPRONOUNS |
| Modifier and Type | Method and Description |
|---|---|
static CoreNLPProtos.DependencyEnhancerRequest.RefCase |
forNumber(int value) |
int |
getNumber() |
static CoreNLPProtos.DependencyEnhancerRequest.RefCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CoreNLPProtos.DependencyEnhancerRequest.RefCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CoreNLPProtos.DependencyEnhancerRequest.RefCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreNLPProtos.DependencyEnhancerRequest.RefCase LANGUAGE
public static final CoreNLPProtos.DependencyEnhancerRequest.RefCase RELATIVEPRONOUNS
public static final CoreNLPProtos.DependencyEnhancerRequest.RefCase REF_NOT_SET
public static CoreNLPProtos.DependencyEnhancerRequest.RefCase[] values()
for (CoreNLPProtos.DependencyEnhancerRequest.RefCase c : CoreNLPProtos.DependencyEnhancerRequest.RefCase.values()) System.out.println(c);
public static CoreNLPProtos.DependencyEnhancerRequest.RefCase 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@Deprecated public static CoreNLPProtos.DependencyEnhancerRequest.RefCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static CoreNLPProtos.DependencyEnhancerRequest.RefCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite