Enum Class TmaServiceTypeData

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

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

    • TARIFF_PLAN

      public static final TmaServiceTypeData TARIFF_PLAN
      Generated enum value for TmaServiceTypeData.TARIFF_PLAN value defined at extension b2ctelcofacades.
    • ADD_ON

      public static final TmaServiceTypeData ADD_ON
      Generated enum value for TmaServiceTypeData.ADD_ON value defined at extension b2ctelcofacades.
  • Method Details

    • values

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