com.sun.star.address
Class JobEventType
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.address.JobEventType
- public final synchronized class JobEventType
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.address.JobEventType |
DATA
|
static int |
DATA_value
|
static com.sun.star.address.JobEventType |
DONE
|
static int |
DONE_value
|
static com.sun.star.address.JobEventType |
ERROR
|
static int |
ERROR_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
JobEventType(int i)
|
Method Summary |
static com.sun.star.address.JobEventType |
fromInt(int i)
|
static com.sun.star.address.JobEventType |
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 |
DATA
public static final com.sun.star.address.JobEventType DATA
DATA_value
public static final int DATA_value
DONE
public static final com.sun.star.address.JobEventType DONE
DONE_value
public static final int DONE_value
ERROR
public static final com.sun.star.address.JobEventType ERROR
ERROR_value
public static final int ERROR_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
JobEventType
private JobEventType(int i)
fromInt
public static com.sun.star.address.JobEventType fromInt(int i)
getDefault
public static com.sun.star.address.JobEventType getDefault()