public static enum EncryptionInitInfo.InitResult extends java.lang.Enum<EncryptionInitInfo.InitResult>
| Modifier and Type | Method and Description | 
|---|---|
| static EncryptionInitInfo.InitResult | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static EncryptionInitInfo.InitResult[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final EncryptionInitInfo.InitResult SUCCESS
public static final EncryptionInitInfo.InitResult FAILURE
public static EncryptionInitInfo.InitResult[] values()
for (EncryptionInitInfo.InitResult c : EncryptionInitInfo.InitResult.values()) System.out.println(c);
public static EncryptionInitInfo.InitResult 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 nullCopyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.