protected static enum GraphicImageBase.PropertyKeys extends java.lang.Enum<GraphicImageBase.PropertyKeys>
| Enum Constant and Description |
|---|
mimeType |
name |
scope |
src |
styleClass |
url |
value |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static GraphicImageBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphicImageBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphicImageBase.PropertyKeys mimeType
public static final GraphicImageBase.PropertyKeys name
public static final GraphicImageBase.PropertyKeys scope
public static final GraphicImageBase.PropertyKeys src
public static final GraphicImageBase.PropertyKeys styleClass
public static final GraphicImageBase.PropertyKeys url
public static final GraphicImageBase.PropertyKeys value
public static GraphicImageBase.PropertyKeys[] values()
for (GraphicImageBase.PropertyKeys c : GraphicImageBase.PropertyKeys.values()) System.out.println(c);
public static GraphicImageBase.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<GraphicImageBase.PropertyKeys>Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.