public final class PossDupFlag extends Object
Modifier and Type | Field and Description |
---|---|
static PossDupFlag |
N |
static PossDupFlag |
Y |
Modifier and Type | Method and Description |
---|---|
char |
toChar() |
String |
toString() |
static PossDupFlag |
valueOf(boolean value) |
static PossDupFlag |
valueOf(byte[] buf,
int offset,
int length) |
static PossDupFlag |
valueOf(String value) |
public static final PossDupFlag Y
public static final PossDupFlag N
public static PossDupFlag valueOf(boolean value)
public static PossDupFlag valueOf(String value)
public static PossDupFlag valueOf(byte[] buf, int offset, int length)
public char toChar()
Copyright © 2005–2024 Onix Solutions. All rights reserved.