com.sun.star.form
Class TabulatorCycle
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.form.TabulatorCycle
- public final synchronized class TabulatorCycle
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.form.TabulatorCycle |
CURRENT
|
static int |
CURRENT_value
|
static com.sun.star.form.TabulatorCycle |
PAGE
|
static int |
PAGE_value
|
static com.sun.star.form.TabulatorCycle |
RECORDS
|
static int |
RECORDS_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
TabulatorCycle(int i)
|
Method Summary |
static com.sun.star.form.TabulatorCycle |
fromInt(int i)
|
static com.sun.star.form.TabulatorCycle |
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 |
CURRENT
public static final com.sun.star.form.TabulatorCycle CURRENT
CURRENT_value
public static final int CURRENT_value
PAGE
public static final com.sun.star.form.TabulatorCycle PAGE
PAGE_value
public static final int PAGE_value
RECORDS
public static final com.sun.star.form.TabulatorCycle RECORDS
RECORDS_value
public static final int RECORDS_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
TabulatorCycle
private TabulatorCycle(int i)
fromInt
public static com.sun.star.form.TabulatorCycle fromInt(int i)
getDefault
public static com.sun.star.form.TabulatorCycle getDefault()