com.sun.star.util
Class SortFieldType
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.util.SortFieldType
- public final synchronized class SortFieldType
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.util.SortFieldType |
ALPHANUMERIC
|
static int |
ALPHANUMERIC_value
|
static com.sun.star.util.SortFieldType |
AUTOMATIC
|
static int |
AUTOMATIC_value
|
static com.sun.star.util.SortFieldType |
NUMERIC
|
static int |
NUMERIC_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
SortFieldType(int i)
|
Method Summary |
static com.sun.star.util.SortFieldType |
fromInt(int i)
|
static com.sun.star.util.SortFieldType |
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 |
ALPHANUMERIC
public static final com.sun.star.util.SortFieldType ALPHANUMERIC
ALPHANUMERIC_value
public static final int ALPHANUMERIC_value
AUTOMATIC
public static final com.sun.star.util.SortFieldType AUTOMATIC
AUTOMATIC_value
public static final int AUTOMATIC_value
NUMERIC
public static final com.sun.star.util.SortFieldType NUMERIC
NUMERIC_value
public static final int NUMERIC_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
SortFieldType
private SortFieldType(int i)
fromInt
public static com.sun.star.util.SortFieldType fromInt(int i)
getDefault
public static com.sun.star.util.SortFieldType getDefault()