public static enum Property.XmlStyle extends Enum<Property.XmlStyle>
Enum Constant and Description |
---|
ATTRIBUTE |
ELEMENT |
ELEMENT_REF |
VALUE |
Modifier and Type | Method and Description |
---|---|
static Property.XmlStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Property.XmlStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Property.XmlStyle ATTRIBUTE
public static final Property.XmlStyle ELEMENT
public static final Property.XmlStyle ELEMENT_REF
public static final Property.XmlStyle VALUE
public static Property.XmlStyle[] values()
for (Property.XmlStyle c : Property.XmlStyle.values()) System.out.println(c);
public static Property.XmlStyle 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 nullCopyright © 2007–2017. All rights reserved.