Uses of Class
org.eobjects.sassy.SasColumnType

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)
           
 



Copyright © 2011-2012. All Rights Reserved.