|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Registry.Type>
org.ini4j.Registry.Type
public static enum Registry.Type
Field Summary | |
---|---|
static String |
REMOVE
|
static char |
REMOVE_CHAR
|
static String |
SEPARATOR
|
static char |
SEPARATOR_CHAR
|
Method Summary | |
---|---|
static Registry.Type |
fromString(String str)
|
String |
toString()
|
static Registry.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Registry.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Registry.Type REG_NONE
public static final Registry.Type REG_SZ
public static final Registry.Type REG_EXPAND_SZ
public static final Registry.Type REG_BINARY
public static final Registry.Type REG_DWORD
public static final Registry.Type REG_DWORD_BIG_ENDIAN
public static final Registry.Type REG_LINK
public static final Registry.Type REG_MULTI_SZ
public static final Registry.Type REG_RESOURCE_LIST
public static final Registry.Type REG_FULL_RESOURCE_DESCRIPTOR
public static final Registry.Type REG_RESOURCE_REQUIREMENTS_LIST
public static final Registry.Type REG_QWORD
Field Detail |
---|
public static final char SEPARATOR_CHAR
public static final String SEPARATOR
public static final char REMOVE_CHAR
public static final String REMOVE
Method Detail |
---|
public static Registry.Type[] values()
for (Registry.Type c : Registry.Type.values()) System.out.println(c);
public static Registry.Type valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static Registry.Type fromString(String str)
public String toString()
toString
in class Enum<Registry.Type>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |