Enum Class InfoType

java.lang.Object
java.lang.Enum<InfoType>
org.exoplatform.cs.dto.InfoType
All Implemented Interfaces:
Serializable, Comparable<InfoType>, Constable

public enum InfoType extends Enum<InfoType> implements Serializable
  • Enum Constant Details

    • INFO_1

      public static final InfoType INFO_1
    • INFO_2

      public static final InfoType INFO_2
    • INFO_3

      public static final InfoType INFO_3
    • INFO_4

      public static final InfoType INFO_4
    • INFO_5

      public static final InfoType INFO_5
    • INFO_6

      public static final InfoType INFO_6
    • INFO_7

      public static final InfoType INFO_7
  • Method Details

    • values

      public static InfoType[] 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 InfoType 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<InfoType>