public static enum OSellerProductItemImage.ImageTypeEnum extends Enum<OSellerProductItemImage.ImageTypeEnum>
Enum Constant and Description |
---|
DETAIL |
REP_OBLONG_ORIGIN |
REPRESENTATION |
USED_PRODUCT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static OSellerProductItemImage.ImageTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSellerProductItemImage.ImageTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSellerProductItemImage.ImageTypeEnum REPRESENTATION
public static final OSellerProductItemImage.ImageTypeEnum REP_OBLONG_ORIGIN
public static final OSellerProductItemImage.ImageTypeEnum DETAIL
public static final OSellerProductItemImage.ImageTypeEnum USED_PRODUCT
public static OSellerProductItemImage.ImageTypeEnum[] values()
for (OSellerProductItemImage.ImageTypeEnum c : OSellerProductItemImage.ImageTypeEnum.values()) System.out.println(c);
public static OSellerProductItemImage.ImageTypeEnum 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<OSellerProductItemImage.ImageTypeEnum>
Copyright © 2022. All rights reserved.