Enum ConfigurationBuilderAttributesAccessor

java.lang.Object
java.lang.Enum<ConfigurationBuilderAttributesAccessor>
org.wildfly.clustering.infinispan.configuration.ConfigurationBuilderAttributesAccessor
All Implemented Interfaces:
Serializable, Comparable<ConfigurationBuilderAttributesAccessor>, Function<Object,org.infinispan.commons.configuration.attributes.AttributeSet>

public enum ConfigurationBuilderAttributesAccessor extends Enum<ConfigurationBuilderAttributesAccessor> implements Function<Object,org.infinispan.commons.configuration.attributes.AttributeSet>
Author:
Paul Ferraro
  • Enum Constant Details

  • Method Details

    • values

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

      public static ConfigurationBuilderAttributesAccessor valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • apply

      public org.infinispan.commons.configuration.attributes.AttributeSet apply(Object builder)
      Specified by:
      apply in interface Function<Object,org.infinispan.commons.configuration.attributes.AttributeSet>