public enum ConstraintTemplateParameterType extends java.lang.Enum<ConstraintTemplateParameterType>
Enum Constant and Description |
---|
ActivityConceptName |
Boolean |
Date |
DateTime |
Double |
Duration |
Integer |
Text |
Modifier and Type | Method and Description |
---|---|
static ConstraintTemplateParameterType |
parseFromText(java.lang.String text) |
static ConstraintTemplateParameterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintTemplateParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstraintTemplateParameterType Boolean
public static final ConstraintTemplateParameterType Text
public static final ConstraintTemplateParameterType Integer
public static final ConstraintTemplateParameterType Double
public static final ConstraintTemplateParameterType Duration
public static final ConstraintTemplateParameterType Date
public static final ConstraintTemplateParameterType DateTime
public static final ConstraintTemplateParameterType ActivityConceptName
public static ConstraintTemplateParameterType[] values()
for (ConstraintTemplateParameterType c : ConstraintTemplateParameterType.values()) System.out.println(c);
public static ConstraintTemplateParameterType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ConstraintTemplateParameterType parseFromText(java.lang.String text)