public static enum EnumsTestCaseClasses.PublicationFormatDTOAlternate extends Enum<EnumsTestCaseClasses.PublicationFormatDTOAlternate>
| Enum Constant and Description |
|---|
PUB_EBOOK |
PUB_HARDBACK |
PUB_SOFTBACK |
| Modifier and Type | Method and Description |
|---|---|
static EnumsTestCaseClasses.PublicationFormatDTOAlternate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumsTestCaseClasses.PublicationFormatDTOAlternate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumsTestCaseClasses.PublicationFormatDTOAlternate PUB_HARDBACK
public static final EnumsTestCaseClasses.PublicationFormatDTOAlternate PUB_SOFTBACK
public static final EnumsTestCaseClasses.PublicationFormatDTOAlternate PUB_EBOOK
public static EnumsTestCaseClasses.PublicationFormatDTOAlternate[] values()
for (EnumsTestCaseClasses.PublicationFormatDTOAlternate c : EnumsTestCaseClasses.PublicationFormatDTOAlternate.values()) System.out.println(c);
public static EnumsTestCaseClasses.PublicationFormatDTOAlternate 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 nullCopyright © 2015 Glasnost. All Rights Reserved.