public static enum ReadByIdsException.ReadByIdResult.ReadByIdResultType extends Enum<ReadByIdsException.ReadByIdResult.ReadByIdResultType>
Enum Constant and Description |
---|
ERROR
Operation failed - result contains the exception that caused the failure.
|
NOT_FOUND
Operation succeeded - there's no object matching the corresponded Id.
|
OBJECT
Operation succeeded - result contains the object matching the corresponded Id.
|
Modifier and Type | Method and Description |
---|---|
static ReadByIdsException.ReadByIdResult.ReadByIdResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadByIdsException.ReadByIdResult.ReadByIdResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReadByIdsException.ReadByIdResult.ReadByIdResultType ERROR
public static final ReadByIdsException.ReadByIdResult.ReadByIdResultType OBJECT
public static final ReadByIdsException.ReadByIdResult.ReadByIdResultType NOT_FOUND
public static ReadByIdsException.ReadByIdResult.ReadByIdResultType[] values()
for (ReadByIdsException.ReadByIdResult.ReadByIdResultType c : ReadByIdsException.ReadByIdResult.ReadByIdResultType.values()) System.out.println(c);
public static ReadByIdsException.ReadByIdResult.ReadByIdResultType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © GigaSpaces.