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