public static enum Image.Classifier extends java.lang.Enum<Image.Classifier>
Enum Constant and Description |
---|
HotDeal
HotDeal - useful to emphasize "hot deal" items.
|
Large
Large - useful on detail pages.
|
Medium
Medium - useful in preview context.
|
MediumLarge
MediumLarge.
|
MediumSmall
MediumSmall.
|
Small
Small - useful in a list context.
|
Thumbnail
Thumbnail image.
|
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
IMAGE |
Modifier and Type | Method and Description |
---|---|
static Image.Classifier |
fromEp6AttributeValue(java.lang.String value) |
java.lang.String |
toEp6AttributeValue() |
static Image.Classifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Image.Classifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Image.Classifier Thumbnail
Typical size: 50x33px.
public static final Image.Classifier Small
Typical size: 100x100px.
public static final Image.Classifier HotDeal
Typical size: 150x150px.
public static final Image.Classifier MediumSmall
typical size: 200x200px.
public static final Image.Classifier Medium
Typical size: 500x500px.
public static final Image.Classifier MediumLarge
Typical size: 1000x1000px.
public static final Image.Classifier Large
Shop dependent size.
private static final java.lang.String IMAGE
public static Image.Classifier[] values()
for (Image.Classifier c : Image.Classifier.values()) System.out.println(c);
public static Image.Classifier 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 nullpublic java.lang.String toEp6AttributeValue()
public static Image.Classifier fromEp6AttributeValue(java.lang.String value)