public enum CustomizationNetBIOSMode extends Enum<CustomizationNetBIOSMode>
| Enum Constant and Description |
|---|
disableNetBIOS |
enableNetBIOS |
enableNetBIOSViaDhcp |
| Modifier and Type | Method and Description |
|---|---|
static CustomizationNetBIOSMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomizationNetBIOSMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomizationNetBIOSMode enableNetBIOSViaDhcp
public static final CustomizationNetBIOSMode enableNetBIOS
public static final CustomizationNetBIOSMode disableNetBIOS
public static CustomizationNetBIOSMode[] values()
for (CustomizationNetBIOSMode c : CustomizationNetBIOSMode.values()) System.out.println(c);
public static CustomizationNetBIOSMode 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 nullCopyright © 2011-2012. All Rights Reserved.