public class XBaseFieldDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
CHARACTER_TYPE |
static char |
DATE_TYPE |
static char |
FLOAT_TYPE |
static char |
LOGICAL_TYPE |
static char |
MEMO_TYPE |
static char |
NUMBER_TYPE |
static char |
OBJECT_TYPE |
| Constructor and Description |
|---|
XBaseFieldDefinition(String name,
String fullName,
char type,
int length) |
XBaseFieldDefinition(String name,
String fullName,
char type,
int length,
int decimalPlaces) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
getDataType() |
int |
getDecimalPlaces() |
String |
getFullName() |
int |
getLength() |
String |
getName() |
DecimalFormat |
getNumberFormat() |
double |
getPrecisionScale() |
char |
getType() |
String |
toString() |
public static final char CHARACTER_TYPE
public static final char DATE_TYPE
public static final char FLOAT_TYPE
public static final char LOGICAL_TYPE
public static final char MEMO_TYPE
public static final char NUMBER_TYPE
public static final char OBJECT_TYPE
public XBaseFieldDefinition(String name, String fullName, char type, int length)
public DataType getDataType()
public int getDecimalPlaces()
public String getFullName()
public int getLength()
public String getName()
public DecimalFormat getNumberFormat()
public double getPrecisionScale()
public char getType()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.