public static enum Password.PropertyKeys extends Enum<Password.PropertyKeys>
Enum Constant and Description |
---|
feedback |
goodLabel |
inline |
match |
placeholder |
promptLabel |
redisplay |
strongLabel |
weakLabel |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Password.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Password.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Password.PropertyKeys placeholder
public static final Password.PropertyKeys widgetVar
public static final Password.PropertyKeys feedback
public static final Password.PropertyKeys inline
public static final Password.PropertyKeys promptLabel
public static final Password.PropertyKeys weakLabel
public static final Password.PropertyKeys goodLabel
public static final Password.PropertyKeys strongLabel
public static final Password.PropertyKeys redisplay
public static final Password.PropertyKeys match
public static Password.PropertyKeys[] values()
for (Password.PropertyKeys c : Password.PropertyKeys.values()) System.out.println(c);
public static Password.PropertyKeys 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 toString()
toString
in class Enum<Password.PropertyKeys>
Copyright © 2018. All rights reserved.