public static enum HotRodStoreResourceDefinition.Attribute extends Enum<HotRodStoreResourceDefinition.Attribute> implements org.jboss.as.clustering.controller.Attribute
| Enum Constant and Description |
|---|
CACHE_CONFIGURATION |
REMOTE_CACHE_CONTAINER |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.AttributeDefinition |
getDefinition() |
static HotRodStoreResourceDefinition.Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HotRodStoreResourceDefinition.Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HotRodStoreResourceDefinition.Attribute CACHE_CONFIGURATION
public static final HotRodStoreResourceDefinition.Attribute REMOTE_CACHE_CONTAINER
public static HotRodStoreResourceDefinition.Attribute[] values()
for (HotRodStoreResourceDefinition.Attribute c : HotRodStoreResourceDefinition.Attribute.values()) System.out.println(c);
public static HotRodStoreResourceDefinition.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 org.jboss.as.clustering.controller.Definable<org.jboss.as.controller.AttributeDefinition>Copyright © 2020 JBoss by Red Hat. All rights reserved.