public enum CommonConfigAttribs extends Enum<CommonConfigAttribs>
Enum Constant and Description |
---|
LAZY_LOAD_BUILTIN_MARSHALLERS |
MAKE_DEFAULT_ARRAY_MARSHALLERS |
Modifier and Type | Field and Description |
---|---|
protected String |
attributeName |
protected String |
defaultValue |
Modifier and Type | Method and Description |
---|---|
String |
get() |
String |
getAttributeName() |
boolean |
getBoolean() |
Integer |
getInt() |
void |
set(String value) |
static CommonConfigAttribs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonConfigAttribs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonConfigAttribs LAZY_LOAD_BUILTIN_MARSHALLERS
public static final CommonConfigAttribs MAKE_DEFAULT_ARRAY_MARSHALLERS
protected final String attributeName
protected final String defaultValue
public static CommonConfigAttribs[] values()
for (CommonConfigAttribs c : CommonConfigAttribs.values()) System.out.println(c);
public static CommonConfigAttribs 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 boolean getBoolean()
public Integer getInt()
public String get()
public void set(String value)
public String getAttributeName()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.