public static enum Types.OSImageType extends Enum<Types.OSImageType>
Enum Constant and Description |
---|
ISO_OS |
ISO_TOOL |
Minimal |
NULL |
Personal |
Standard |
UNRECOGNIZED |
Modifier and Type | Method and Description |
---|---|
static Types.OSImageType |
fromValue(String v) |
static Types.OSImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Types.OSImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Types.OSImageType Standard
public static final Types.OSImageType Minimal
public static final Types.OSImageType Personal
public static final Types.OSImageType ISO_OS
public static final Types.OSImageType ISO_TOOL
public static final Types.OSImageType NULL
public static final Types.OSImageType UNRECOGNIZED
public static Types.OSImageType[] values()
for (Types.OSImageType c : Types.OSImageType.values()) System.out.println(c);
public static Types.OSImageType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static Types.OSImageType fromValue(String v)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.