public enum MarkedProductType extends java.lang.Enum<MarkedProductType>
Enum Constant and Description |
---|
BICYCLES
Велосипеды
|
DIETARYSUP
Биологически-активные добавки (БАДы)
|
DRUGS
Медикаменты (Узбекистан)
|
FOOTWEAR
Обувь
|
JEWELRY
Ювелирные изделия
|
LIGHT_INDUSTRY
Легкая промышленность
|
MILK
Молочная продукция
|
PERFUMES
Парфюмерия
|
PHOTO
Фототехника и вспышки
|
SPIRITS
Акцизный алкоголь
|
TOBACCO
Табак
|
TYRES
Шины и диски
|
WATER
Вода
|
WATER_AND_BEVERAGES
Вода и напитки (Узбекистан)
|
WHEELCHAIRS
Кресла-коляски
|
Modifier and Type | Method and Description |
---|---|
static MarkedProductType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MarkedProductType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarkedProductType SPIRITS
public static final MarkedProductType TOBACCO
public static final MarkedProductType FOOTWEAR
public static final MarkedProductType JEWELRY
public static final MarkedProductType PERFUMES
public static final MarkedProductType LIGHT_INDUSTRY
public static final MarkedProductType TYRES
public static final MarkedProductType PHOTO
public static final MarkedProductType MILK
public static final MarkedProductType WATER
public static final MarkedProductType BICYCLES
public static final MarkedProductType WATER_AND_BEVERAGES
public static final MarkedProductType DRUGS
public static final MarkedProductType WHEELCHAIRS
public static final MarkedProductType DIETARYSUP
public static MarkedProductType[] values()
for (MarkedProductType c : MarkedProductType.values()) System.out.println(c);
public static MarkedProductType 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