public static enum XmlOptions.BeanMethod extends Enum<XmlOptions.BeanMethod>
Enum Constant and Description |
---|
ADD |
ADD_NEW |
GET |
GET_ARRAY |
GET_IDX |
GET_LIST |
INSERT_IDX |
INSERT_NEW_IDX |
INSTANCE_TYPE |
IS_NIL |
IS_NIL_IDX |
IS_SET |
REMOVE_IDX |
SET |
SET_ARRAY |
SET_IDX |
SET_LIST |
SET_NIL |
SET_NIL_IDX |
SIZE_OF_ARRAY |
UNSET |
XGET |
XGET_ARRAY |
XGET_IDX |
XGET_LIST |
XSET |
XSET_ARRAY |
XSET_IDX |
Modifier and Type | Method and Description |
---|---|
static XmlOptions.BeanMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlOptions.BeanMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlOptions.BeanMethod GET
public static final XmlOptions.BeanMethod XGET
public static final XmlOptions.BeanMethod IS_SET
public static final XmlOptions.BeanMethod IS_NIL
public static final XmlOptions.BeanMethod IS_NIL_IDX
public static final XmlOptions.BeanMethod SET
public static final XmlOptions.BeanMethod SET_NIL
public static final XmlOptions.BeanMethod SET_NIL_IDX
public static final XmlOptions.BeanMethod XSET
public static final XmlOptions.BeanMethod UNSET
public static final XmlOptions.BeanMethod GET_ARRAY
public static final XmlOptions.BeanMethod XGET_ARRAY
public static final XmlOptions.BeanMethod GET_IDX
public static final XmlOptions.BeanMethod XGET_IDX
public static final XmlOptions.BeanMethod XSET_ARRAY
public static final XmlOptions.BeanMethod XSET_IDX
public static final XmlOptions.BeanMethod SIZE_OF_ARRAY
public static final XmlOptions.BeanMethod SET_ARRAY
public static final XmlOptions.BeanMethod SET_IDX
public static final XmlOptions.BeanMethod INSERT_IDX
public static final XmlOptions.BeanMethod INSERT_NEW_IDX
public static final XmlOptions.BeanMethod ADD
public static final XmlOptions.BeanMethod ADD_NEW
public static final XmlOptions.BeanMethod REMOVE_IDX
public static final XmlOptions.BeanMethod GET_LIST
public static final XmlOptions.BeanMethod XGET_LIST
public static final XmlOptions.BeanMethod SET_LIST
public static final XmlOptions.BeanMethod INSTANCE_TYPE
public static XmlOptions.BeanMethod[] values()
for (XmlOptions.BeanMethod c : XmlOptions.BeanMethod.values()) System.out.println(c);
public static XmlOptions.BeanMethod 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 null