Enum Class DAOFactory.PersistentType

java.lang.Object
java.lang.Enum<DAOFactory.PersistentType>
be.gaudry.bibliobrol.dao.DAOFactory.PersistentType
All Implemented Interfaces:
Serializable, Comparable<DAOFactory.PersistentType>, Constable
Enclosing class:
DAOFactory

public static enum DAOFactory.PersistentType extends Enum<DAOFactory.PersistentType>
  • Enum Constant Details

  • Method Details

    • values

      public static DAOFactory.PersistentType[] 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 DAOFactory.PersistentType 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
    • getInfo

      public String getInfo()
      Returns:
      the info
    • toString

      public String toString()
      Overrides:
      toString in class Enum<DAOFactory.PersistentType>