com.sap.sdm.api.remote
Interface ParamTypes


public interface ParamTypes

Summarizes the permitted types of Param objects.

Version:
1.0
See Also:
Param, ParamType

Field Summary
static int BOOLEAN
          An int representation of the boolean type.
static java.lang.String BOOLEAN_S
          A String representation of the boolean type.
static int BYTE
          An int representation of the byte type.
static java.lang.String BYTE_S
          A String representation of the byte type.
static int DOUBLE
          An int representation of the double type.
static java.lang.String DOUBLE_S
          A String representation of the double type.
static int FLOAT
          An int representation of the float type.
static java.lang.String FLOAT_S
          A String representation of the float type.
static int INT
          An int representation of the int type.
static java.lang.String INT_S
          A String representation of the int type.
static int LONG
          An int representation of the long type.
static java.lang.String LONG_S
          A String representation of the long type.
static int MAX_TYPE
           
static java.lang.String MAX_TYPE_S
           
static int SHORT
          An int representation of the short type.
static java.lang.String SHORT_S
          A String representation of the short type.
static int STRING
          An int representation of the String type.
static java.lang.String STRING_S
          A String representation of the String type.
static int UNKNOWN
           
static java.lang.String UNKNOWN_S
           
 

Field Detail

UNKNOWN

public static final int UNKNOWN

STRING

public static final int STRING
An int representation of the String type.

BOOLEAN

public static final int BOOLEAN
An int representation of the boolean type.

BYTE

public static final int BYTE
An int representation of the byte type.

SHORT

public static final int SHORT
An int representation of the short type.

INT

public static final int INT
An int representation of the int type.

LONG

public static final int LONG
An int representation of the long type.

FLOAT

public static final int FLOAT
An int representation of the float type.

DOUBLE

public static final int DOUBLE
An int representation of the double type.

MAX_TYPE

public static final int MAX_TYPE

UNKNOWN_S

public static final java.lang.String UNKNOWN_S

STRING_S

public static final java.lang.String STRING_S
A String representation of the String type.

BOOLEAN_S

public static final java.lang.String BOOLEAN_S
A String representation of the boolean type.

BYTE_S

public static final java.lang.String BYTE_S
A String representation of the byte type.

SHORT_S

public static final java.lang.String SHORT_S
A String representation of the short type.

INT_S

public static final java.lang.String INT_S
A String representation of the int type.

LONG_S

public static final java.lang.String LONG_S
A String representation of the long type.

FLOAT_S

public static final java.lang.String FLOAT_S
A String representation of the float type.

DOUBLE_S

public static final java.lang.String DOUBLE_S
A String representation of the double type.

MAX_TYPE_S

public static final java.lang.String MAX_TYPE_S