public static enum GetCallOperation.CallReturnType extends java.lang.Enum<GetCallOperation.CallReturnType>
Enum Constant and Description |
---|
DEFAULT |
MEMBER |
NAME |
OWNER |
RELATIONSHIP |
SELF |
TYPE |
VALUE |
Modifier and Type | Method and Description |
---|---|
static GetCallOperation.CallReturnType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GetCallOperation.CallReturnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetCallOperation.CallReturnType SELF
public static final GetCallOperation.CallReturnType NAME
public static final GetCallOperation.CallReturnType TYPE
public static final GetCallOperation.CallReturnType VALUE
public static final GetCallOperation.CallReturnType MEMBER
public static final GetCallOperation.CallReturnType RELATIONSHIP
public static final GetCallOperation.CallReturnType OWNER
public static final GetCallOperation.CallReturnType DEFAULT
public static GetCallOperation.CallReturnType[] values()
for (GetCallOperation.CallReturnType c : GetCallOperation.CallReturnType.values()) System.out.println(c);
public static GetCallOperation.CallReturnType 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