public static enum BHiveResponseEntity.REST_RESPONSE_STATUS extends Enum<BHiveResponseEntity.REST_RESPONSE_STATUS>
| Modifier and Type | Method and Description |
|---|---|
static BHiveResponseEntity.REST_RESPONSE_STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BHiveResponseEntity.REST_RESPONSE_STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BHiveResponseEntity.REST_RESPONSE_STATUS SUCCESS
public static final BHiveResponseEntity.REST_RESPONSE_STATUS ERROR
public static final BHiveResponseEntity.REST_RESPONSE_STATUS FAIL
public static BHiveResponseEntity.REST_RESPONSE_STATUS[] values()
for (BHiveResponseEntity.REST_RESPONSE_STATUS c : BHiveResponseEntity.REST_RESPONSE_STATUS.values()) System.out.println(c);
public static BHiveResponseEntity.REST_RESPONSE_STATUS 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 © 2018. All rights reserved.