public static enum DefaultAtomFeedConfig.DefaultConfig extends Enum<DefaultAtomFeedConfig.DefaultConfig>
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributes() |
String |
getFormats() |
String |
getNamespace() |
static DefaultAtomFeedConfig.DefaultConfig |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultAtomFeedConfig.DefaultConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultAtomFeedConfig.DefaultConfig ISM_v9
public static final DefaultAtomFeedConfig.DefaultConfig ISM_v2
public static DefaultAtomFeedConfig.DefaultConfig[] values()
for (DefaultAtomFeedConfig.DefaultConfig c : DefaultAtomFeedConfig.DefaultConfig.values()) System.out.println(c);
public static DefaultAtomFeedConfig.DefaultConfig 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 getFormats()
public String getNamespace()
public String getAttributes()
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.