public static enum ConnectionProperty.Type extends Enum<ConnectionProperty.Type>
| Modifier and Type | Method and Description |
|---|---|
boolean |
valid(Object defaultValue) |
static ConnectionProperty.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionProperty.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionProperty.Type BOOLEAN
public static final ConnectionProperty.Type STRING
public static final ConnectionProperty.Type ENUM
public static final ConnectionProperty.Type PLUGIN
public static ConnectionProperty.Type[] values()
for (ConnectionProperty.Type c : ConnectionProperty.Type.values()) System.out.println(c);
public static ConnectionProperty.Type 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 boolean valid(Object defaultValue)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.