public static enum SVGElementBase.XLinkAttribute extends Enum<SVGElementBase.XLinkAttribute>
| Enum Constant and Description |
|---|
XLINK_HREF
Meaning this element has a reference to an existing element.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the
SVGElementBase.CoreAttribute.name. |
static SVGElementBase.XLinkAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SVGElementBase.XLinkAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVGElementBase.XLinkAttribute XLINK_HREF
public static SVGElementBase.XLinkAttribute[] values()
for (SVGElementBase.XLinkAttribute c : SVGElementBase.XLinkAttribute.values()) System.out.println(c);
public static SVGElementBase.XLinkAttribute 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 final String getName()
SVGElementBase.CoreAttribute.name.SVGElementBase.CoreAttribute.nameCopyright © 2016 Saxonia Systems AG. All rights reserved.