Interface RecordType
-
public interface RecordType
- Version:
- $Revision$
- Author:
- pramirez, jagander
-
-
Field Summary
Fields Modifier and Type Field Description static String
FIXED_LENGTH
static String
STREAM
static String
UNDEFINED
static String
VARIABLE_LENGTH
-
-
-
Field Detail
-
FIXED_LENGTH
static final String FIXED_LENGTH
- See Also:
- Constant Field Values
-
VARIABLE_LENGTH
static final String VARIABLE_LENGTH
- See Also:
- Constant Field Values
-
STREAM
static final String STREAM
- See Also:
- Constant Field Values
-
UNDEFINED
static final String UNDEFINED
- See Also:
- Constant Field Values
-
-