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