public enum SqlConnectorResource extends Enum<SqlConnectorResource>
| Enum Constant and Description |
|---|
VALIDATION_ERROR_NO_METADATA_FOUND |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of this enum constant.
|
String |
toString() |
static SqlConnectorResource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlConnectorResource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlConnectorResource VALIDATION_ERROR_NO_METADATA_FOUND
public static SqlConnectorResource[] values()
for (SqlConnectorResource c : SqlConnectorResource.values()) System.out.println(c);
public static SqlConnectorResource 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 getValue()
public String toString()
toString in class Enum<SqlConnectorResource>Copyright © 2010-2020 Toolsverse. All Rights Reserved.