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