public static enum Credential.Status extends java.lang.Enum<Credential.Status>
| Enum Constant and Description |
|---|
ALL |
CHECKED_IN |
CHECKED_OUT |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
This API returns the int value of the enum constant.
|
static Credential.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Credential.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Credential.Status CHECKED_IN
public static final Credential.Status CHECKED_OUT
public static final Credential.Status ALL
public static Credential.Status[] values()
for (Credential.Status c : Credential.Status.values()) System.out.println(c);
public static Credential.Status 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 int getValue()
IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.