Enum ChangeCase.ChangeCaseMode

java.lang.Object
java.lang.Enum<ChangeCase.ChangeCaseMode>
org.apache.jmeter.functions.ChangeCase.ChangeCaseMode
All Implemented Interfaces:
Serializable, Comparable<ChangeCase.ChangeCaseMode>, java.lang.constant.Constable
Enclosing class:
ChangeCase

public static enum ChangeCase.ChangeCaseMode extends Enum<ChangeCase.ChangeCaseMode>
ChangeCase Modes Modes for different cases
  • Enum Constant Details

  • Method Details

    • values

      public static ChangeCase.ChangeCaseMode[] 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 ChangeCase.ChangeCaseMode 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
    • getName

      public String getName()
    • typeOf

      public static ChangeCase.ChangeCaseMode typeOf(String mode)
      Get ChangeCaseMode by mode
      Parameters:
      mode - Change new case mode
      Returns:
      relevant ChangeCaseMode