public static enum CrlControl.UpdateMode extends Enum<CrlControl.UpdateMode>
| Modifier and Type | Method and Description |
|---|---|
static CrlControl.UpdateMode |
forName(String mode) |
static CrlControl.UpdateMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrlControl.UpdateMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrlControl.UpdateMode INTERVAL
public static final CrlControl.UpdateMode ONDEMAND
public static CrlControl.UpdateMode[] values()
for (CrlControl.UpdateMode c : CrlControl.UpdateMode.values()) System.out.println(c);
public static CrlControl.UpdateMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static CrlControl.UpdateMode forName(String mode)
Copyright © 2018. All rights reserved.