Interface RecordType
-
public interface RecordType- Version:
- $Revision$
- Author:
- pramirez, jagander
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIXED_LENGTHstatic StringSTREAMstatic StringUNDEFINEDstatic StringVARIABLE_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
-
-