protected static enum InstallerImpl.BIT_OPTION extends java.lang.Enum<InstallerImpl.BIT_OPTION>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
message |
java.lang.String |
name |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static InstallerImpl.BIT_OPTION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstallerImpl.BIT_OPTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstallerImpl.BIT_OPTION BIT_32
public static final InstallerImpl.BIT_OPTION BIT_64
public static InstallerImpl.BIT_OPTION[] values()
for (InstallerImpl.BIT_OPTION c : InstallerImpl.BIT_OPTION.values()) System.out.println(c);
public static InstallerImpl.BIT_OPTION valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<InstallerImpl.BIT_OPTION>
Copyright © SAS Institute. All Rights Reserved.