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