public static enum Property.ValueFormat extends Enum<Property.ValueFormat>
| Enum Constant and Description |
|---|
IPAddressOrHostname |
None |
SecuritySensitive |
| Modifier and Type | Method and Description |
|---|---|
static Property.ValueFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Property.ValueFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Property.ValueFormat IPAddressOrHostname
public static final Property.ValueFormat None
public static final Property.ValueFormat SecuritySensitive
public static Property.ValueFormat[] values()
for (Property.ValueFormat c : Property.ValueFormat.values()) System.out.println(c);
public static Property.ValueFormat 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 © 2016. All rights reserved.