public enum BidOpportunityType extends Enum<BidOpportunityType>
| Enum Constant and Description |
|---|
FIRST_PAGE |
MAIN_LINE |
MAIN_LINE1 |
| Modifier and Type | Method and Description |
|---|---|
static BidOpportunityType |
fromValue(String v) |
String |
value() |
static BidOpportunityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BidOpportunityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BidOpportunityType FIRST_PAGE
public static final BidOpportunityType MAIN_LINE
public static final BidOpportunityType MAIN_LINE1
public static BidOpportunityType[] values()
for (BidOpportunityType c : BidOpportunityType.values()) System.out.println(c);
public static BidOpportunityType 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 value()
public static BidOpportunityType fromValue(String v)
Copyright © 2024. All rights reserved.