public enum PinInfoEnum extends Enum<PinInfoEnum>
Enum Constant and Description |
---|
All_credential_ping |
All_info |
Credential_list |
Default_credential |
Ip_list |
One_credential_ping |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static PinInfoEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PinInfoEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PinInfoEnum All_info
public static final PinInfoEnum Default_credential
public static final PinInfoEnum Credential_list
public static final PinInfoEnum Ip_list
public static final PinInfoEnum One_credential_ping
public static final PinInfoEnum All_credential_ping
public static PinInfoEnum[] values()
for (PinInfoEnum c : PinInfoEnum.values()) System.out.println(c);
public static PinInfoEnum 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 String value()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.