public static enum BusinessAgreement.EnumRequestStatus extends Enum<BusinessAgreement.EnumRequestStatus>
| Enum Constant and Description |
|---|
VALUE_APPROVE |
VALUE_DECLINE |
VALUE_EXPIRED |
VALUE_IN_PROGRESS |
VALUE_PENDING |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static BusinessAgreement.EnumRequestStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BusinessAgreement.EnumRequestStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BusinessAgreement.EnumRequestStatus VALUE_APPROVE
public static final BusinessAgreement.EnumRequestStatus VALUE_DECLINE
public static final BusinessAgreement.EnumRequestStatus VALUE_EXPIRED
public static final BusinessAgreement.EnumRequestStatus VALUE_IN_PROGRESS
public static final BusinessAgreement.EnumRequestStatus VALUE_PENDING
public static BusinessAgreement.EnumRequestStatus[] values()
for (BusinessAgreement.EnumRequestStatus c : BusinessAgreement.EnumRequestStatus.values()) System.out.println(c);
public static BusinessAgreement.EnumRequestStatus 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 nullpublic String toString()
toString in class Enum<BusinessAgreement.EnumRequestStatus>Copyright © 2020. All rights reserved.