public static enum OSellerProductItemContent.ContentsTypeEnum extends Enum<OSellerProductItemContent.ContentsTypeEnum>
Enum Constant and Description |
---|
HTML |
IMAGE |
IMAGE_IMAGE |
IMAGE_NO_SPACE |
IMAGE_TEXT |
TEXT |
TEXT_IMAGE |
TEXT_TEXT |
TITLE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static OSellerProductItemContent.ContentsTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSellerProductItemContent.ContentsTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSellerProductItemContent.ContentsTypeEnum IMAGE
public static final OSellerProductItemContent.ContentsTypeEnum IMAGE_NO_SPACE
public static final OSellerProductItemContent.ContentsTypeEnum TEXT
public static final OSellerProductItemContent.ContentsTypeEnum IMAGE_TEXT
public static final OSellerProductItemContent.ContentsTypeEnum TEXT_IMAGE
public static final OSellerProductItemContent.ContentsTypeEnum IMAGE_IMAGE
public static final OSellerProductItemContent.ContentsTypeEnum TEXT_TEXT
public static final OSellerProductItemContent.ContentsTypeEnum TITLE
public static final OSellerProductItemContent.ContentsTypeEnum HTML
public static OSellerProductItemContent.ContentsTypeEnum[] values()
for (OSellerProductItemContent.ContentsTypeEnum c : OSellerProductItemContent.ContentsTypeEnum.values()) System.out.println(c);
public static OSellerProductItemContent.ContentsTypeEnum 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<OSellerProductItemContent.ContentsTypeEnum>
Copyright © 2022. All rights reserved.