|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SasColumnType | |
|---|---|
| org.eobjects.sassy | |
| Uses of SasColumnType in org.eobjects.sassy |
|---|
| Methods in org.eobjects.sassy that return SasColumnType | |
|---|---|
static SasColumnType |
SasColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SasColumnType[] |
SasColumnType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.eobjects.sassy with parameters of type SasColumnType | |
|---|---|
void |
SasReaderCallback.column(int columnIndex,
String columnName,
String columnLabel,
SasColumnType columnType,
int columnLength)
Callback method that accepts a column discovered by the SasReader
. |
void |
CountReaderCallback.column(int columnIndex,
String columnName,
String columnLabel,
SasColumnType columnType,
int columnLength)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||