protected static enum GraphicImageBase.PropertyKeys extends java.lang.Enum<GraphicImageBase.PropertyKeys>
| Enum Constant and Description |
|---|
alt |
dir |
height |
ismap |
longdesc |
mimeType |
name |
scope |
src |
style |
styleClass |
title |
url |
usemap |
value |
width |
| 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 alt
public static final GraphicImageBase.PropertyKeys dir
public static final GraphicImageBase.PropertyKeys height
public static final GraphicImageBase.PropertyKeys ismap
public static final GraphicImageBase.PropertyKeys longdesc
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 style
public static final GraphicImageBase.PropertyKeys styleClass
public static final GraphicImageBase.PropertyKeys title
public static final GraphicImageBase.PropertyKeys url
public static final GraphicImageBase.PropertyKeys usemap
public static final GraphicImageBase.PropertyKeys value
public static final GraphicImageBase.PropertyKeys width
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 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.