|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PINsafeUserRight>
com.swiveltechnologies.pinsafe.client.admin.PINsafeUserRight
public enum PINsafeUserRight
PINsafe User Rights.
Enum Constant Summary | |
---|---|
dual
User can use Dual Channel. |
|
helpdesk
User can login to the Helpdesk. |
|
pinless
User is PINless. |
|
single
User can use Single Channel. |
|
swivlet
User can use the Swivlet. |
Method Summary | |
---|---|
static PINsafeUserRight |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PINsafeUserRight[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PINsafeUserRight dual
public static final PINsafeUserRight helpdesk
public static final PINsafeUserRight pinless
public static final PINsafeUserRight single
public static final PINsafeUserRight swivlet
Method Detail |
---|
public static PINsafeUserRight[] values()
for (PINsafeUserRight c : PINsafeUserRight.values()) System.out.println(c);
public static PINsafeUserRight 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 name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |