Enum Class StringBasedErpType.FillCharStrategy

java.lang.Object
java.lang.Enum<StringBasedErpType.FillCharStrategy>
com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType.FillCharStrategy
All Implemented Interfaces:
Serializable, Comparable<StringBasedErpType.FillCharStrategy>, Constable
Enclosing class:
StringBasedErpType<T extends StringBasedErpType<T>>

public static enum StringBasedErpType.FillCharStrategy extends Enum<StringBasedErpType.FillCharStrategy>
The strategy to be used to fill the String representation of a StringBasedErpType to the length specified by StringBasedErpType.getMaxLength().
  • Enum Constant Details

  • Method Details

    • values

      public static StringBasedErpType.FillCharStrategy[] 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 StringBasedErpType.FillCharStrategy 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