public static enum MetadataAPIHelper.GetCatalogs_Metadata extends Enum<MetadataAPIHelper.GetCatalogs_Metadata> implements MetadataAPIHelper.enumFunc<MetadataAPIHelper.GetCatalogs_Metadata>
| Enum Constant and Description |
|---|
TABLE_CAT |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
String |
getName() |
int |
getOidType() |
static MetadataAPIHelper.GetCatalogs_Metadata |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataAPIHelper.GetCatalogs_Metadata[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataAPIHelper.GetCatalogs_Metadata TABLE_CAT
public static MetadataAPIHelper.GetCatalogs_Metadata[] values()
for (MetadataAPIHelper.GetCatalogs_Metadata c : MetadataAPIHelper.GetCatalogs_Metadata.values()) System.out.println(c);
public static MetadataAPIHelper.GetCatalogs_Metadata 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 int getIndex()
getIndex in interface MetadataAPIHelper.enumFunc<MetadataAPIHelper.GetCatalogs_Metadata>public String getName()
getName in interface MetadataAPIHelper.enumFunc<MetadataAPIHelper.GetCatalogs_Metadata>public int getOidType()
getOidType in interface MetadataAPIHelper.enumFunc<MetadataAPIHelper.GetCatalogs_Metadata>Copyright © 2024 Amazon.com Inc.. All rights reserved.