public enum HostInternetScsiHbaChapAuthenticationType extends Enum<HostInternetScsiHbaChapAuthenticationType>
| Enum Constant and Description |
|---|
chapDiscouraged |
chapPreferred |
chapProhibited |
chapRequired |
| Modifier and Type | Method and Description |
|---|---|
static HostInternetScsiHbaChapAuthenticationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostInternetScsiHbaChapAuthenticationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostInternetScsiHbaChapAuthenticationType chapProhibited
public static final HostInternetScsiHbaChapAuthenticationType chapDiscouraged
public static final HostInternetScsiHbaChapAuthenticationType chapPreferred
public static final HostInternetScsiHbaChapAuthenticationType chapRequired
public static HostInternetScsiHbaChapAuthenticationType[] values()
for (HostInternetScsiHbaChapAuthenticationType c : HostInternetScsiHbaChapAuthenticationType.values()) System.out.println(c);
public static HostInternetScsiHbaChapAuthenticationType 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.