public static enum ClumpletReader.ClumpletType extends java.lang.Enum<ClumpletReader.ClumpletType>
Enum Constant and Description |
---|
BigIntSpb |
ByteSpb |
IntSpb |
SingleTpb |
StringSpb |
TraditionalDpb |
Wide |
Modifier and Type | Method and Description |
---|---|
static ClumpletReader.ClumpletType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClumpletReader.ClumpletType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClumpletReader.ClumpletType TraditionalDpb
public static final ClumpletReader.ClumpletType SingleTpb
public static final ClumpletReader.ClumpletType StringSpb
public static final ClumpletReader.ClumpletType IntSpb
public static final ClumpletReader.ClumpletType BigIntSpb
public static final ClumpletReader.ClumpletType ByteSpb
public static final ClumpletReader.ClumpletType Wide
public static ClumpletReader.ClumpletType[] values()
for (ClumpletReader.ClumpletType c : ClumpletReader.ClumpletType.values()) System.out.println(c);
public static ClumpletReader.ClumpletType 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 nullCopyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.