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