Uses of Class
com.hierynomus.msdtyp.SID.SidType
-
Packages that use SID.SidType Package Description com.hierynomus.msdtyp -
-
Uses of SID.SidType in com.hierynomus.msdtyp
Methods in com.hierynomus.msdtyp that return SID.SidType Modifier and Type Method Description static SID.SidType
SID.SidType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SID.SidType[]
SID.SidType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-