public enum VariableQueryParameter extends Enum<VariableQueryParameter> implements QueryParameter
Query parameters representing variable fields.
Modifier and Type | Method and Description |
---|---|
static VariableQueryParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableQueryParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final VariableQueryParameter ID
public static final VariableQueryParameter VARIABLE_NAME
public static final VariableQueryParameter VARIABLE_TYPE
public static final VariableQueryParameter VARIABLE_VALUE_LONG_SOURCE_TYPE
public static final VariableQueryParameter VARIABLE_VALUE_DOUBLE_SOURCE_TYPE
public static final VariableQueryParameter VARIABLE_VALUE_BOOLEAN_SOURCE_TYPE
public static final VariableQueryParameter VARIABLE_VALUE_STRING_SOURCE_TYPE
public static final VariableQueryParameter VARIABLE_VALUE_LARGE_STRING_SOURCE_TYPE
public static final VariableQueryParameter VARIABLE_VALUE_DATE_SOURCE_TYPE
public static final VariableQueryParameter VARIABLE_VALUE_LONG_TARGET_TYPE
public static final VariableQueryParameter VARIABLE_VALUE_DOUBLE_TARGET_TYPE
public static final VariableQueryParameter VARIABLE_VALUE_STRING_TARGET_TYPE
public static final VariableQueryParameter VARIABLE_VALUE_LARGE_STRING_TARGET_TYPE
public static final VariableQueryParameter OBJECT_ID_REF
public static VariableQueryParameter[] values()
for (VariableQueryParameter c : VariableQueryParameter.values()) System.out.println(c);
public static VariableQueryParameter 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 © 2010 - 2019 edorasware ag. All Rights Reserved.