StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.form
Class DataSelectionType

java.lang.Object
  |
  +--com.sun.star.uno.Enum
        |
        +--com.sun.star.form.DataSelectionType

public final synchronized class DataSelectionType
extends com.sun.star.uno.Enum


Field Summary
static com.sun.star.form.DataSelectionType QUERY
           
static int QUERY_value
           
static com.sun.star.form.DataSelectionType SQL
           
static com.sun.star.form.DataSelectionType SQLPASSTHROUGH
           
static int SQLPASSTHROUGH_value
           
static int SQL_value
           
static com.sun.star.form.DataSelectionType TABLE
           
static int TABLE_value
           
static java.lang.Object UNORUNTIMEDATA
           
 
Fields inherited from class com.sun.star.uno.Enum
m_value
 
Constructor Summary
private DataSelectionType(int i)
           
 
Method Summary
static com.sun.star.form.DataSelectionType fromInt(int i)
           
static com.sun.star.form.DataSelectionType getDefault()
           
 
Methods inherited from class com.sun.star.uno.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY

public static final com.sun.star.form.DataSelectionType QUERY

QUERY_value

public static final int QUERY_value

SQL

public static final com.sun.star.form.DataSelectionType SQL

SQLPASSTHROUGH

public static final com.sun.star.form.DataSelectionType SQLPASSTHROUGH

SQLPASSTHROUGH_value

public static final int SQLPASSTHROUGH_value

SQL_value

public static final int SQL_value

TABLE

public static final com.sun.star.form.DataSelectionType TABLE

TABLE_value

public static final int TABLE_value

UNORUNTIMEDATA

public static java.lang.Object UNORUNTIMEDATA
Constructor Detail

DataSelectionType

private DataSelectionType(int i)
Method Detail

fromInt

public static com.sun.star.form.DataSelectionType fromInt(int i)

getDefault

public static com.sun.star.form.DataSelectionType getDefault()

StarOffice 5.2 API
reverse engineered by classdoc