public static enum JDBCExecutionFactory.StructRetrieval extends Enum<JDBCExecutionFactory.StructRetrieval>
Modifier and Type | Method and Description |
---|---|
static JDBCExecutionFactory.StructRetrieval |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JDBCExecutionFactory.StructRetrieval[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JDBCExecutionFactory.StructRetrieval OBJECT
public static final JDBCExecutionFactory.StructRetrieval COPY
public static final JDBCExecutionFactory.StructRetrieval ARRAY
public static JDBCExecutionFactory.StructRetrieval[] values()
for (JDBCExecutionFactory.StructRetrieval c : JDBCExecutionFactory.StructRetrieval.values()) System.out.println(c);
public static JDBCExecutionFactory.StructRetrieval 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 nullCopyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.