public enum AutofillExpectation extends Enum<AutofillExpectation> implements AutofillDetailToken
Modifier and Type | Method and Description |
---|---|
int |
getPosition() |
String |
getToken() |
static AutofillExpectation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutofillExpectation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutofillExpectation ON
public static final AutofillExpectation OFF
public static AutofillExpectation[] values()
for (AutofillExpectation c : AutofillExpectation.values()) System.out.println(c);
public static AutofillExpectation 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 getToken()
getToken
in interface AutofillDetailToken
public int getPosition()
getPosition
in interface AutofillDetailToken
Copyright © 2018 Xalys. All rights reserved.