public enum EditorialGraphicalStyles extends Enum<EditorialGraphicalStyles>
| Enum Constant and Description |
|---|
ILLUSTRATION |
NONE |
PHOTOGRAPHY |
| Modifier and Type | Method and Description |
|---|---|
String |
getStyle() |
String |
toString() |
static EditorialGraphicalStyles |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditorialGraphicalStyles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditorialGraphicalStyles NONE
public static final EditorialGraphicalStyles PHOTOGRAPHY
public static final EditorialGraphicalStyles ILLUSTRATION
public static EditorialGraphicalStyles[] values()
for (EditorialGraphicalStyles c : EditorialGraphicalStyles.values()) System.out.println(c);
public static EditorialGraphicalStyles 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 getStyle()
public String toString()
toString in class Enum<EditorialGraphicalStyles>Copyright © 2020. All rights reserved.