com.sun.star.registry
Class RegistryValueType
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.registry.RegistryValueType
- public final synchronized class RegistryValueType
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.registry.RegistryValueType |
ASCII
|
static com.sun.star.registry.RegistryValueType |
ASCIILIST
|
static int |
ASCIILIST_value
|
static int |
ASCII_value
|
static com.sun.star.registry.RegistryValueType |
BINARY
|
static int |
BINARY_value
|
static com.sun.star.registry.RegistryValueType |
LONG
|
static com.sun.star.registry.RegistryValueType |
LONGLIST
|
static int |
LONGLIST_value
|
static int |
LONG_value
|
static com.sun.star.registry.RegistryValueType |
NOT_DEFINED
|
static int |
NOT_DEFINED_value
|
static com.sun.star.registry.RegistryValueType |
STRING
|
static com.sun.star.registry.RegistryValueType |
STRINGLIST
|
static int |
STRINGLIST_value
|
static int |
STRING_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
RegistryValueType(int i)
|
Method Summary |
static com.sun.star.registry.RegistryValueType |
fromInt(int i)
|
static com.sun.star.registry.RegistryValueType |
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 |
ASCII
public static final com.sun.star.registry.RegistryValueType ASCII
ASCIILIST
public static final com.sun.star.registry.RegistryValueType ASCIILIST
ASCIILIST_value
public static final int ASCIILIST_value
ASCII_value
public static final int ASCII_value
BINARY
public static final com.sun.star.registry.RegistryValueType BINARY
BINARY_value
public static final int BINARY_value
LONG
public static final com.sun.star.registry.RegistryValueType LONG
LONGLIST
public static final com.sun.star.registry.RegistryValueType LONGLIST
LONGLIST_value
public static final int LONGLIST_value
LONG_value
public static final int LONG_value
NOT_DEFINED
public static final com.sun.star.registry.RegistryValueType NOT_DEFINED
NOT_DEFINED_value
public static final int NOT_DEFINED_value
STRING
public static final com.sun.star.registry.RegistryValueType STRING
STRINGLIST
public static final com.sun.star.registry.RegistryValueType STRINGLIST
STRINGLIST_value
public static final int STRINGLIST_value
STRING_value
public static final int STRING_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
RegistryValueType
private RegistryValueType(int i)
fromInt
public static com.sun.star.registry.RegistryValueType fromInt(int i)
getDefault
public static com.sun.star.registry.RegistryValueType getDefault()