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