public enum MdacParameterType extends Enum<MdacParameterType>
Enum Constant and Description |
---|
Boolean |
Color |
Directory |
File |
Integer |
Password |
String |
Modifier and Type | Method and Description |
---|---|
static MdacParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MdacParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MdacParameterType String
public static final MdacParameterType Integer
public static final MdacParameterType Boolean
public static final MdacParameterType File
public static final MdacParameterType Directory
public static final MdacParameterType Password
public static final MdacParameterType Color
public static MdacParameterType[] values()
for (MdacParameterType c : MdacParameterType.values()) System.out.println(c);
public static MdacParameterType 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