public enum StackOperation extends Enum<StackOperation> implements Operation<ChannelFactory>
| Enum Constant and Description |
|---|
EXPORT_NATIVE_CONFIGURATION |
NO_ATTRIBUTES| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.OperationDefinition |
getDefinition() |
static StackOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackOperation[] |
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, valueOfexecute, getName, getParameters, isReadOnlypublic static final StackOperation EXPORT_NATIVE_CONFIGURATION
public static StackOperation[] values()
for (StackOperation c : StackOperation.values()) System.out.println(c);
public static StackOperation 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.OperationDefinition getDefinition()
getDefinition in interface Definable<org.jboss.as.controller.OperationDefinition>Copyright © 2022 JBoss by Red Hat. All rights reserved.