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