Enum Class SdkMessage

java.lang.Object
java.lang.Enum<SdkMessage>
com.smeup.kokos.sdk.model.lang.SdkMessage
All Implemented Interfaces:
LanguageMessageProvider, Serializable, Comparable<SdkMessage>, Constable

public enum SdkMessage extends Enum<SdkMessage> implements LanguageMessageProvider
  • Enum Constant Details

    • TREE_DIN_OPTIONS_LABEL

      public static final SdkMessage TREE_DIN_OPTIONS_LABEL
    • TREE_GRID_REQUIRED

      public static final SdkMessage TREE_GRID_REQUIRED
    • COMBO_CELL_NOTFOUND

      public static final SdkMessage COMBO_CELL_NOTFOUND
  • Method Details

    • values

      public static SdkMessage[] 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 SdkMessage 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
    • getPath

      public String getPath()
      Specified by:
      getPath in interface LanguageMessageProvider