public static enum SID.SidType extends java.lang.Enum<SID.SidType> implements EnumWithValue<SID.SidType>
EnumWithValue.EnumUtils| Enum Constant and Description |
|---|
SID_TYPE_ALIAS |
SID_TYPE_COMPUTER |
SID_TYPE_DELETED |
SID_TYPE_DOM_GRP |
SID_TYPE_DOMAIN |
SID_TYPE_INVALID |
SID_TYPE_LABEL |
SID_TYPE_NONE |
SID_TYPE_UNKNOWN |
SID_TYPE_USER |
SID_TYPE_WKN_GRP |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
long |
getValue() |
static SID.SidType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SID.SidType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SID.SidType SID_TYPE_NONE
public static final SID.SidType SID_TYPE_USER
public static final SID.SidType SID_TYPE_DOM_GRP
public static final SID.SidType SID_TYPE_DOMAIN
public static final SID.SidType SID_TYPE_ALIAS
public static final SID.SidType SID_TYPE_WKN_GRP
public static final SID.SidType SID_TYPE_DELETED
public static final SID.SidType SID_TYPE_INVALID
public static final SID.SidType SID_TYPE_UNKNOWN
public static final SID.SidType SID_TYPE_COMPUTER
public static final SID.SidType SID_TYPE_LABEL
public static SID.SidType[] values()
for (SID.SidType c : SID.SidType.values()) System.out.println(c);
public static SID.SidType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic long getValue()
getValue in interface EnumWithValue<SID.SidType>public java.lang.String getName()