Uses of Class
org.pentaho.di.trans.steps.sapinput.SapType

Packages that use SapType
org.pentaho.di.trans.steps.sapinput   
 

Uses of SapType in org.pentaho.di.trans.steps.sapinput
 

Methods in org.pentaho.di.trans.steps.sapinput that return SapType
static SapType SapType.findTypeForCode(String code)
           
static SapType SapType.findTypeForDescription(String description)
           
 SapType SapOutputField.getSapType()
           
 SapType SapParameter.getSapType()
           
static SapType SapType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SapType[] SapType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.trans.steps.sapinput with parameters of type SapType
 void SapOutputField.setSapType(SapType sapType)
           
 void SapParameter.setSapType(SapType sapType)
           
 

Constructors in org.pentaho.di.trans.steps.sapinput with parameters of type SapType
SapOutputField(String sapFieldName, SapType sapType, String tableName, String newName, int targetType)
           
SapParameter(String fieldName, SapType sapType, String tableName, String parameterName, int targetType)