public static enum DBQueryUtil.Encoding extends java.lang.Enum<DBQueryUtil.Encoding>
Modifier and Type | Method and Description |
---|---|
static DBQueryUtil.Encoding |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBQueryUtil.Encoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBQueryUtil.Encoding URL
public static final DBQueryUtil.Encoding NONE
public static DBQueryUtil.Encoding[] values()
for (DBQueryUtil.Encoding c : DBQueryUtil.Encoding.values()) System.out.println(c);
public static DBQueryUtil.Encoding valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.