public enum EResultSetType extends Enum<EResultSetType>
Enum Constant and Description |
---|
rstForXml |
rstInline |
rstObject |
rstType |
Modifier and Type | Method and Description |
---|---|
static EResultSetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EResultSetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EResultSetType rstInline
public static final EResultSetType rstObject
public static final EResultSetType rstType
public static final EResultSetType rstForXml
public static EResultSetType[] values()
for (EResultSetType c : EResultSetType.values()) System.out.println(c);
public static EResultSetType 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 © 2019. All rights reserved.