public enum AddIfAbsentStepHandler extends Enum<AddIfAbsentStepHandler> implements org.jboss.as.controller.OperationStepHandler
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation) |
static AddIfAbsentStepHandler |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddIfAbsentStepHandler[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddIfAbsentStepHandler INSTANCE
public static AddIfAbsentStepHandler[] values()
for (AddIfAbsentStepHandler c : AddIfAbsentStepHandler.values()) System.out.println(c);
public static AddIfAbsentStepHandler 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 void execute(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation)
throws org.jboss.as.controller.OperationFailedException
execute in interface org.jboss.as.controller.OperationStepHandlerorg.jboss.as.controller.OperationFailedExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.