public static enum EnumsTestCaseClasses.PublicationFormatDTOAltCase extends Enum<EnumsTestCaseClasses.PublicationFormatDTOAltCase>
| Modifier and Type | Method and Description |
|---|---|
static EnumsTestCaseClasses.PublicationFormatDTOAltCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumsTestCaseClasses.PublicationFormatDTOAltCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumsTestCaseClasses.PublicationFormatDTOAltCase hardBack
public static final EnumsTestCaseClasses.PublicationFormatDTOAltCase softBack
public static final EnumsTestCaseClasses.PublicationFormatDTOAltCase eBook
public static EnumsTestCaseClasses.PublicationFormatDTOAltCase[] values()
for (EnumsTestCaseClasses.PublicationFormatDTOAltCase c : EnumsTestCaseClasses.PublicationFormatDTOAltCase.values()) System.out.println(c);
public static EnumsTestCaseClasses.PublicationFormatDTOAltCase 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 © 2019 Glasnost. All rights reserved.