public enum ParameterDataType extends Enum<ParameterDataType>
| Enum Constant and Description |
|---|
BOOLEAN |
DATE_TIME |
DECIMAL |
INTEGER |
LOCAL_DATE |
STRING |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
static ParameterDataType |
getType(String input) |
static ParameterDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterDataType STRING
public static final ParameterDataType INTEGER
public static final ParameterDataType BOOLEAN
public static final ParameterDataType DECIMAL
public static final ParameterDataType LOCAL_DATE
public static final ParameterDataType DATE_TIME
public static ParameterDataType[] values()
for (ParameterDataType c : ParameterDataType.values()) System.out.println(c);
public static ParameterDataType 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 String getDisplayName()
public static ParameterDataType getType(String input)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.