public static enum CredentialLease.STATUS extends java.lang.Enum<CredentialLease.STATUS>
| Modifier and Type | Method and Description |
|---|---|
static CredentialLease.STATUS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CredentialLease.STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CredentialLease.STATUS ACTIVE
public static final CredentialLease.STATUS INACTIVE
public static final CredentialLease.STATUS PENDING
public static CredentialLease.STATUS[] values()
for (CredentialLease.STATUS c : CredentialLease.STATUS.values()) System.out.println(c);
public static CredentialLease.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 nullIBM 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.