public static enum JGroupsSubsystemResourceDefinition.Attribute extends Enum<JGroupsSubsystemResourceDefinition.Attribute> implements Attribute, UnaryOperator<org.jboss.as.controller.SimpleAttributeDefinitionBuilder>
| Enum Constant and Description |
|---|
DEFAULT_CHANNEL |
DEFAULT_STACK
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.AttributeDefinition |
getDefinition() |
static JGroupsSubsystemResourceDefinition.Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JGroupsSubsystemResourceDefinition.Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetName, resolveModelAttributeidentitypublic static final JGroupsSubsystemResourceDefinition.Attribute DEFAULT_CHANNEL
@Deprecated public static final JGroupsSubsystemResourceDefinition.Attribute DEFAULT_STACK
public static JGroupsSubsystemResourceDefinition.Attribute[] values()
for (JGroupsSubsystemResourceDefinition.Attribute c : JGroupsSubsystemResourceDefinition.Attribute.values()) System.out.println(c);
public static JGroupsSubsystemResourceDefinition.Attribute 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 org.jboss.as.controller.AttributeDefinition getDefinition()
getDefinition in interface Definable<org.jboss.as.controller.AttributeDefinition>Copyright © 2019 JBoss by Red Hat. All rights reserved.