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