Enum Class RejectAttributeValueChecker

java.lang.Object
java.lang.Enum<RejectAttributeValueChecker>
org.jboss.as.clustering.controller.transform.RejectAttributeValueChecker
All Implemented Interfaces:
Serializable, Comparable<RejectAttributeValueChecker>, Constable, org.jboss.as.controller.transform.description.RejectAttributeChecker

public enum RejectAttributeValueChecker extends Enum<RejectAttributeValueChecker> implements org.jboss.as.controller.transform.description.RejectAttributeChecker
Author:
Paul Ferraro
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>

    Nested classes/interfaces inherited from interface 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 Summary

    Enum Constants
    Enum Constant
    Description
     
     
  • Field Summary

    Fields inherited from interface org.jboss.as.controller.transform.description.RejectAttributeChecker

    ALL, DEFINED, SIMPLE_EXPRESSIONS, UNDEFINED
  • Method Summary

    Modifier and Type
    Method
    Description
     
    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)
     
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.jboss.as.controller.transform.description.RejectAttributeChecker

    getRejectionLogMessage
  • Enum Constant Details

  • Method Details

    • values

      public static RejectAttributeValueChecker[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RejectAttributeValueChecker valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • rejectOperationParameter

      public 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)
      Specified by:
      rejectOperationParameter in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
    • rejectResourceAttribute

      public boolean rejectResourceAttribute(org.jboss.as.controller.PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, org.jboss.as.controller.transform.TransformationContext context)
      Specified by:
      rejectResourceAttribute in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
    • getRejectionLogMessageId

      public String getRejectionLogMessageId()
      Specified by:
      getRejectionLogMessageId in interface org.jboss.as.controller.transform.description.RejectAttributeChecker