public enum ReferralSystem extends Enum<ReferralSystem>
Enum Constant and Description |
---|
_UNKNOWN |
FRIENDBUY |
REFERRAL_CANDY |
REFERRAL_SAASQUATCH |
Modifier and Type | Method and Description |
---|---|
static ReferralSystem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferralSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferralSystem REFERRAL_CANDY
public static final ReferralSystem REFERRAL_SAASQUATCH
public static final ReferralSystem FRIENDBUY
public static final ReferralSystem _UNKNOWN
public static ReferralSystem[] values()
for (ReferralSystem c : ReferralSystem.values()) System.out.println(c);
public static ReferralSystem 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 © 2020 ChargeBee. All Rights Reserved.