com.businessobjects.rebean.wi
Class DataSourceParameterType

java.lang.Object
  extended by com.businessobjects.rebean.wi.DataSourceParameterType
All Implemented Interfaces:
EnumItem, java.io.Serializable

public abstract class DataSourceParameterType
extends java.lang.Object
implements java.io.Serializable, EnumItem

The DataSourceParameterType class defines all possible types of DataSourceParameter Values.

Since:
12.0
See Also:
Serialized Form

Field Summary
static DataSourceParameterType DATE
          Date typed data source parameter.
 
Method Summary
abstract  java.lang.Class getType()
          Returns data type of data source parameter.
 int value()
          Get the value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE

public static final DataSourceParameterType DATE
Date typed data source parameter.

Method Detail

getType

public abstract java.lang.Class getType()
Returns data type of data source parameter.

Returns:
Class instance.

value

public int value()
Get the value

Specified by:
value in interface EnumItem
Returns:
Get the value which is an identifier for a particular item.