public static enum ProductFeed.FeedType extends java.lang.Enum<ProductFeed.FeedType>
| Enum Constant and Description |
|---|
CSV |
GOOGLE_PRODUCT |
SITECATALYST_SAINT |
| Modifier and Type | Method and Description |
|---|---|
static ProductFeed.FeedType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProductFeed.FeedType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductFeed.FeedType GOOGLE_PRODUCT
public static final ProductFeed.FeedType CSV
public static final ProductFeed.FeedType SITECATALYST_SAINT
public static ProductFeed.FeedType[] values()
for (ProductFeed.FeedType c : ProductFeed.FeedType.values()) System.out.println(c);
public static ProductFeed.FeedType 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"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"