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