Enum Class SID.SidType

java.lang.Object
java.lang.Enum<SID.SidType>
com.hierynomus.msdtyp.SID.SidType
All Implemented Interfaces:
EnumWithValue<SID.SidType>, Serializable, Comparable<SID.SidType>, Constable
Enclosing class:
SID

public static enum SID.SidType extends Enum<SID.SidType> implements EnumWithValue<SID.SidType>
  • Enum Constant Details

    • SID_TYPE_NONE

      public static final SID.SidType SID_TYPE_NONE
    • SID_TYPE_USER

      public static final SID.SidType SID_TYPE_USER
    • SID_TYPE_DOM_GRP

      public static final SID.SidType SID_TYPE_DOM_GRP
    • SID_TYPE_DOMAIN

      public static final SID.SidType SID_TYPE_DOMAIN
    • SID_TYPE_ALIAS

      public static final SID.SidType SID_TYPE_ALIAS
    • SID_TYPE_WKN_GRP

      public static final SID.SidType SID_TYPE_WKN_GRP
    • SID_TYPE_DELETED

      public static final SID.SidType SID_TYPE_DELETED
    • SID_TYPE_INVALID

      public static final SID.SidType SID_TYPE_INVALID
    • SID_TYPE_UNKNOWN

      public static final SID.SidType SID_TYPE_UNKNOWN
    • SID_TYPE_COMPUTER

      public static final SID.SidType SID_TYPE_COMPUTER
    • SID_TYPE_LABEL

      public static final SID.SidType SID_TYPE_LABEL
  • Field Details

    • value

      private long value
    • name

      private String name
  • Constructor Details

    • SidType

      private SidType(long value, String name)
  • Method Details

    • values

      public static SID.SidType[] 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 SID.SidType 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
    • getValue

      public long getValue()
      Specified by:
      getValue in interface EnumWithValue<SID.SidType>
    • getName

      public String getName()