public enum BeatVariableQueryParameter extends Enum<BeatVariableQueryParameter> implements QueryParameter
Variable
.Enum Constant and Description |
---|
ID |
OBJECT_ID |
OBJECT_ID_REF |
VARIABLE_NAME |
VARIABLE_TYPE |
VARIABLE_VALUE_DOUBLE_TARGET_TYPE |
VARIABLE_VALUE_LARGE_STRING_TARGET_TYPE |
VARIABLE_VALUE_LONG_TARGET_TYPE |
VARIABLE_VALUE_STRING_TARGET_TYPE |
Modifier and Type | Method and Description |
---|---|
boolean |
hasTypeAwareIdValue()
Signals whether a value that belongs to this query parameter is a type-aware
Id string. |
static BeatVariableQueryParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeatVariableQueryParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final BeatVariableQueryParameter ID
public static final BeatVariableQueryParameter VARIABLE_NAME
public static final BeatVariableQueryParameter VARIABLE_TYPE
public static final BeatVariableQueryParameter VARIABLE_VALUE_LONG_TARGET_TYPE
public static final BeatVariableQueryParameter VARIABLE_VALUE_DOUBLE_TARGET_TYPE
public static final BeatVariableQueryParameter VARIABLE_VALUE_STRING_TARGET_TYPE
public static final BeatVariableQueryParameter VARIABLE_VALUE_LARGE_STRING_TARGET_TYPE
public static final BeatVariableQueryParameter OBJECT_ID_REF
public static final BeatVariableQueryParameter OBJECT_ID
public static BeatVariableQueryParameter[] values()
for (BeatVariableQueryParameter c : BeatVariableQueryParameter.values()) System.out.println(c);
public static BeatVariableQueryParameter 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 boolean hasTypeAwareIdValue()
QueryParameter
Id
string. This flag is required to properly render parameter values in case of ids that
are stored as strings in a format contains the actual id value as well as the type of the id.hasTypeAwareIdValue
in interface QueryParameter
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.