| Enum Constant and Description |
|---|
ART_MUSIC_ENTERTAINMENT |
BEAUTY_COSMETICS_HEALTH |
FOOD_WINE_RESTAURANTS |
FURNITURE_GARDEN |
HOSPITALITY_TRAVEL_CORIDING |
RENTALS |
SERVICES_JOBBING_EDUCATION |
SPORT_RECREATION_ACTIVITIES |
STORES_FASHION_ACCESSORIES_OBJECTS |
TICKETING |
| Modifier and Type | Method and Description |
|---|---|
static Sector |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Sector[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Sector RENTALS
public static final Sector STORES_FASHION_ACCESSORIES_OBJECTS
public static final Sector BEAUTY_COSMETICS_HEALTH
public static final Sector FOOD_WINE_RESTAURANTS
public static final Sector HOSPITALITY_TRAVEL_CORIDING
public static final Sector ART_MUSIC_ENTERTAINMENT
public static final Sector FURNITURE_GARDEN
public static final Sector SERVICES_JOBBING_EDUCATION
public static final Sector SPORT_RECREATION_ACTIVITIES
public static final Sector TICKETING
public static Sector[] values()
for (Sector c : Sector.values()) System.out.println(c);
public static Sector valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null