@Status(stage=PRODUCTION) @Review(by="Kees Schotanus", at="2009-008-20", reason="Initial review") public final class FieldLengths extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DATE
Length of a Date field.
|
static int |
DOUBLE
Length of a Double field.
|
static int |
FLOAT
Length of a Float field.
|
static int |
ID
Length of an ID field.
|
static int |
LENGTH_1
Field with a length of one.
|
static int |
LENGTH_15
Field with a length of fifteen.
|
static int |
LENGTH_2
Field with a length of two.
|
static int |
LENGTH_20
Field with a length of twenty.
|
static int |
LENGTH_3
Field with a length of three.
|
static int |
LENGTH_4
Field with a length of four.
|
static int |
LENGTH_5
Field with a length of five.
|
static int |
LONG_DESCRIPTION
Length of a long description field.
|
static int |
LONG_NAME
Length of a long name field.
|
static int |
MEDIUM_NAME
Length of a medium name field.
|
static int |
OID
Length of an OID field.
|
static int |
SHORT_NAME
Length of a short name field.
|
static int |
TIMESTAMP
Length of a Time stamp field.
|
static int |
VERSION
Length of a Version field.
|
public static final int DATE
public static final int DOUBLE
public static final int FLOAT
public static final int ID
public static final int OID
public static final int LENGTH_1
public static final int LENGTH_2
public static final int LENGTH_3
public static final int LENGTH_4
public static final int LENGTH_5
public static final int LENGTH_15
public static final int LENGTH_20
public static final int LONG_DESCRIPTION
public static final int LONG_NAME
public static final int MEDIUM_NAME
public static final int SHORT_NAME
public static final int TIMESTAMP
public static final int VERSION
Copyright © 2008–2018. All rights reserved.