public enum DiscardSingletonListAttributeChecker extends Enum<DiscardSingletonListAttributeChecker> implements org.jboss.as.controller.transform.description.DiscardAttributeChecker
org.jboss.as.controller.transform.description.DiscardAttributeChecker.DefaultDiscardAttributeChecker, org.jboss.as.controller.transform.description.DiscardAttributeChecker.DiscardAttributeValueChecker| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDiscardExpressions() |
boolean |
isDiscardUndefined() |
boolean |
isOperationParameterDiscardable(org.jboss.as.controller.PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
org.jboss.as.controller.transform.TransformationContext context) |
boolean |
isResourceAttributeDiscardable(org.jboss.as.controller.PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.as.controller.transform.TransformationContext context) |
static DiscardSingletonListAttributeChecker |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscardSingletonListAttributeChecker[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiscardSingletonListAttributeChecker INSTANCE
public static DiscardSingletonListAttributeChecker[] values()
for (DiscardSingletonListAttributeChecker c : DiscardSingletonListAttributeChecker.values()) System.out.println(c);
public static DiscardSingletonListAttributeChecker 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 boolean isDiscardExpressions()
isDiscardExpressions in interface org.jboss.as.controller.transform.description.DiscardAttributeCheckerpublic boolean isDiscardUndefined()
isDiscardUndefined in interface org.jboss.as.controller.transform.description.DiscardAttributeCheckerpublic boolean isOperationParameterDiscardable(org.jboss.as.controller.PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
org.jboss.as.controller.transform.TransformationContext context)
isOperationParameterDiscardable in interface org.jboss.as.controller.transform.description.DiscardAttributeCheckerpublic boolean isResourceAttributeDiscardable(org.jboss.as.controller.PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.as.controller.transform.TransformationContext context)
isResourceAttributeDiscardable in interface org.jboss.as.controller.transform.description.DiscardAttributeCheckerCopyright © 2022 JBoss by Red Hat. All rights reserved.