public class FbType extends Parameter
| Modifier and Type | Field and Description |
|---|---|
static FbType |
BUSY |
static FbType |
BUSY_TENTATIVE |
static FbType |
BUSY_UNAVAILABLE |
static FbType |
FREE |
| Constructor and Description |
|---|
FbType(java.lang.String aValue) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
public static final FbType FREE
public static final FbType BUSY
public static final FbType BUSY_UNAVAILABLE
public static final FbType BUSY_TENTATIVE