org.xith3d.utility.platform
Enum OSInfo.CategoryDetail
java.lang.Object
java.lang.Enum<OSInfo.CategoryDetail>
org.xith3d.utility.platform.OSInfo.CategoryDetail
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<OSInfo.CategoryDetail>
- Enclosing class:
- OSInfo
public static enum OSInfo.CategoryDetail
- extends java.lang.Enum<OSInfo.CategoryDetail>
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
WINDOWS_98
public static final OSInfo.CategoryDetail WINDOWS_98
WINDOWS_ME
public static final OSInfo.CategoryDetail WINDOWS_ME
WINDOWS_2K
public static final OSInfo.CategoryDetail WINDOWS_2K
WINDOWS_NT4
public static final OSInfo.CategoryDetail WINDOWS_NT4
WINDOWS_XP
public static final OSInfo.CategoryDetail WINDOWS_XP
WINDOWS_VISTA
public static final OSInfo.CategoryDetail WINDOWS_VISTA
WINDOWS_7
public static final OSInfo.CategoryDetail WINDOWS_7
LINUX_24_KERNEL
public static final OSInfo.CategoryDetail LINUX_24_KERNEL
LINUX_26_KERNEL
public static final OSInfo.CategoryDetail LINUX_26_KERNEL
MAC_OSX_100
public static final OSInfo.CategoryDetail MAC_OSX_100
MAC_OSX_101
public static final OSInfo.CategoryDetail MAC_OSX_101
MAC_OSX_102
public static final OSInfo.CategoryDetail MAC_OSX_102
MAC_OSX_103
public static final OSInfo.CategoryDetail MAC_OSX_103
MAC_OSX_104
public static final OSInfo.CategoryDetail MAC_OSX_104
MAC_OSX_105
public static final OSInfo.CategoryDetail MAC_OSX_105
UNKNOWN
public static final OSInfo.CategoryDetail UNKNOWN
values
public static OSInfo.CategoryDetail[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (OSInfo.CategoryDetail c : OSInfo.CategoryDetail.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static OSInfo.CategoryDetail valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null