public static enum DbPorter.OcspDbEntryType extends Enum<DbPorter.OcspDbEntryType>
| Enum Constant and Description |
|---|
CERT |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirName() |
float |
getSqlBatchFactor() |
String |
getTableName() |
static DbPorter.OcspDbEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbPorter.OcspDbEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbPorter.OcspDbEntryType CERT
public static DbPorter.OcspDbEntryType[] values()
for (DbPorter.OcspDbEntryType c : DbPorter.OcspDbEntryType.values()) System.out.println(c);
public static DbPorter.OcspDbEntryType 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 String getDirName()
public String getTableName()
public float getSqlBatchFactor()
Copyright © 2019. All rights reserved.