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