Enum Class TmaAccessTypeData

java.lang.Object
java.lang.Enum<TmaAccessTypeData>
de.hybris.platform.b2ctelcofacades.data.TmaAccessTypeData
All Implemented Interfaces:
Serializable, Comparable<TmaAccessTypeData>, Constable

public enum TmaAccessTypeData extends Enum<TmaAccessTypeData>
  • Enum Constant Details

    • OWNER

      public static final TmaAccessTypeData OWNER
      Generated enum value for TmaAccessTypeData.OWNER value defined at extension b2ctelcofacades.
    • ADMINISTRATOR

      public static final TmaAccessTypeData ADMINISTRATOR
      Generated enum value for TmaAccessTypeData.ADMINISTRATOR value defined at extension b2ctelcofacades.
    • BENEFICIARY

      public static final TmaAccessTypeData BENEFICIARY
      Generated enum value for TmaAccessTypeData.BENEFICIARY value defined at extension b2ctelcofacades.
  • Method Details

    • values

      public static TmaAccessTypeData[] 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 TmaAccessTypeData 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