Enum Class Version

java.lang.Object
java.lang.Enum<Version>
org.exoplatform.portal.config.model.Version
All Implemented Interfaces:
Serializable, Comparable<Version>, Constable

public enum Version extends Enum<Version>
Author:
Julien Viet
  • Enum Constant Details

    • UNKNOWN

      public static final Version UNKNOWN
    • V_1_0

      public static final Version V_1_0
    • V_1_1

      public static final Version V_1_1
    • V_1_2

      public static final Version V_1_2
    • V_1_3

      public static final Version V_1_3
    • V_1_4

      public static final Version V_1_4
    • V_1_5

      public static final Version V_1_5
    • V_1_6

      public static final Version V_1_6
  • Method Details

    • values

      public static Version[] 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 Version 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
    • getURI

      public String getURI()
    • forURI

      public static Version forURI(String uri)