Enum Class DS_TYPE

java.lang.Object
java.lang.Enum<DS_TYPE>
de.uplanet.lucy.usermanager.ds.DS_TYPE
All Implemented Interfaces:
Serializable, Comparable<DS_TYPE>, Constable

@Scriptable @ConstantClass public enum DS_TYPE extends Enum<DS_TYPE>
  • Enum Constant Details

    • OBJECT

      public static final DS_TYPE OBJECT
    • USER

      public static final DS_TYPE USER
    • CONTAINER

      public static final DS_TYPE CONTAINER
    • SET

      public static final DS_TYPE SET
    • ROLE

      public static final DS_TYPE ROLE
    • GROUP

      public static final DS_TYPE GROUP
    • DISTLIST

      public static final DS_TYPE DISTLIST
    • ORGUNIT

      public static final DS_TYPE ORGUNIT
    • ORGANIZATION

      public static final DS_TYPE ORGANIZATION
    • COUNTRY

      public static final DS_TYPE COUNTRY
    • LOCALITY

      public static final DS_TYPE LOCALITY
    • TENANT

      public static final DS_TYPE TENANT
    • USERDEFINED

      public static final DS_TYPE USERDEFINED
  • Field Details

  • Method Details

    • values

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