public static enum ClumpletReader.Kind extends java.lang.Enum<ClumpletReader.Kind>
Enum Constant and Description |
---|
EndOfList |
SpbAttach |
SpbReceiveItems |
SpbSendItems |
SpbStart |
Tagged |
Tpb |
UnTagged |
WideTagged |
WideUnTagged |
Modifier and Type | Method and Description |
---|---|
static ClumpletReader.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClumpletReader.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClumpletReader.Kind EndOfList
public static final ClumpletReader.Kind Tagged
public static final ClumpletReader.Kind UnTagged
public static final ClumpletReader.Kind SpbAttach
public static final ClumpletReader.Kind SpbStart
public static final ClumpletReader.Kind Tpb
public static final ClumpletReader.Kind WideTagged
public static final ClumpletReader.Kind WideUnTagged
public static final ClumpletReader.Kind SpbSendItems
public static final ClumpletReader.Kind SpbReceiveItems
public static ClumpletReader.Kind[] values()
for (ClumpletReader.Kind c : ClumpletReader.Kind.values()) System.out.println(c);
public static ClumpletReader.Kind 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.