com.sun.star.reflection
Class MethodMode
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.reflection.MethodMode
- public final synchronized class MethodMode
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.reflection.MethodMode |
ONEWAY
|
static int |
ONEWAY_value
|
static com.sun.star.reflection.MethodMode |
TWOWAY
|
static int |
TWOWAY_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
MethodMode(int i)
|
Method Summary |
static com.sun.star.reflection.MethodMode |
fromInt(int i)
|
static com.sun.star.reflection.MethodMode |
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 |
ONEWAY
public static final com.sun.star.reflection.MethodMode ONEWAY
ONEWAY_value
public static final int ONEWAY_value
TWOWAY
public static final com.sun.star.reflection.MethodMode TWOWAY
TWOWAY_value
public static final int TWOWAY_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
MethodMode
private MethodMode(int i)
fromInt
public static com.sun.star.reflection.MethodMode fromInt(int i)
getDefault
public static com.sun.star.reflection.MethodMode getDefault()