public static enum ConfigParameter.ValueType extends Enum<ConfigParameter.ValueType>
Enum Constant and Description |
---|
BOOLEAN |
ENUM |
FLOAT |
INTEGER |
PASSWORD |
STRING |
XML |
Modifier and Type | Method and Description |
---|---|
static ConfigParameter.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigParameter.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigParameter.ValueType STRING
public static final ConfigParameter.ValueType BOOLEAN
public static final ConfigParameter.ValueType ENUM
public static final ConfigParameter.ValueType INTEGER
public static final ConfigParameter.ValueType PASSWORD
public static final ConfigParameter.ValueType FLOAT
public static final ConfigParameter.ValueType XML
public static ConfigParameter.ValueType[] values()
for (ConfigParameter.ValueType c : ConfigParameter.ValueType.values()) System.out.println(c);
public static ConfigParameter.ValueType 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 null Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.