public enum XmlElementType extends Enum<XmlElementType>
Enum Constant and Description |
---|
BEAN |
BIGDECIMAL |
BIGINTEGER |
BOOLEAN |
BYTE |
CHARACTER |
DATE |
DOUBLE |
ENUM |
FLOAT |
INTEGER |
LIST |
LONG |
MAP |
SET |
SHORT |
STRING |
Modifier and Type | Method and Description |
---|---|
static XmlElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
String |
xml() |
public static final XmlElementType BEAN
public static final XmlElementType BOOLEAN
public static final XmlElementType BYTE
public static final XmlElementType CHARACTER
public static final XmlElementType DOUBLE
public static final XmlElementType FLOAT
public static final XmlElementType INTEGER
public static final XmlElementType LONG
public static final XmlElementType SHORT
public static final XmlElementType STRING
public static final XmlElementType BIGINTEGER
public static final XmlElementType BIGDECIMAL
public static final XmlElementType DATE
public static final XmlElementType ENUM
public static final XmlElementType LIST
public static final XmlElementType SET
public static final XmlElementType MAP
public static XmlElementType[] values()
for (XmlElementType c : XmlElementType.values()) System.out.println(c);
public static XmlElementType 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 xml()
Copyright © 2011–2020 Juffrou. All rights reserved.