public enum RejectNonSingletonListAttributeChecker extends Enum<RejectNonSingletonListAttributeChecker> implements org.jboss.as.controller.transform.description.RejectAttributeChecker
org.jboss.as.controller.transform.description.RejectAttributeChecker.DefaultRejectAttributeChecker, org.jboss.as.controller.transform.description.RejectAttributeChecker.ListRejectAttributeChecker, org.jboss.as.controller.transform.description.RejectAttributeChecker.ObjectFieldsRejectAttributeChecker, org.jboss.as.controller.transform.description.RejectAttributeChecker.SimpleAcceptAttributeChecker, org.jboss.as.controller.transform.description.RejectAttributeChecker.SimpleRejectAttributeChecker| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getRejectionLogMessage(Map<String,org.jboss.dmr.ModelNode> attributes) |
String |
getRejectionLogMessageId() |
boolean |
rejectOperationParameter(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 |
rejectResourceAttribute(org.jboss.as.controller.PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.as.controller.transform.TransformationContext context) |
static RejectNonSingletonListAttributeChecker |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RejectNonSingletonListAttributeChecker[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RejectNonSingletonListAttributeChecker INSTANCE
public static RejectNonSingletonListAttributeChecker[] values()
for (RejectNonSingletonListAttributeChecker c : RejectNonSingletonListAttributeChecker.values()) System.out.println(c);
public static RejectNonSingletonListAttributeChecker 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 rejectOperationParameter(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)
rejectOperationParameter in interface org.jboss.as.controller.transform.description.RejectAttributeCheckerpublic boolean rejectResourceAttribute(org.jboss.as.controller.PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.as.controller.transform.TransformationContext context)
rejectResourceAttribute in interface org.jboss.as.controller.transform.description.RejectAttributeCheckerpublic String getRejectionLogMessageId()
getRejectionLogMessageId in interface org.jboss.as.controller.transform.description.RejectAttributeCheckerCopyright © 2021 JBoss by Red Hat. All rights reserved.