public enum PropertyQueryParameter extends Enum<PropertyQueryParameter> implements QueryParameter
Query parameters representing fields of a Property.
| Enum Constant and Description | 
|---|
ID  | 
OBJECT_DEF_ID_REF  | 
PROPERTY_NAME  | 
PROPERTY_TYPE  | 
PROPERTY_VALUE_LARGE_STRING_SOURCE_TYPE  | 
PROPERTY_VALUE_LARGE_STRING_TARGET_TYPE  | 
PROPERTY_VALUE_STRING_SOURCE_TYPE  | 
PROPERTY_VALUE_STRING_TARGET_TYPE  | 
| Modifier and Type | Method and Description | 
|---|---|
static PropertyQueryParameter | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PropertyQueryParameter[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final PropertyQueryParameter ID
public static final PropertyQueryParameter PROPERTY_NAME
public static final PropertyQueryParameter PROPERTY_TYPE
public static final PropertyQueryParameter PROPERTY_VALUE_STRING_SOURCE_TYPE
public static final PropertyQueryParameter PROPERTY_VALUE_LARGE_STRING_SOURCE_TYPE
public static final PropertyQueryParameter PROPERTY_VALUE_STRING_TARGET_TYPE
public static final PropertyQueryParameter PROPERTY_VALUE_LARGE_STRING_TARGET_TYPE
public static final PropertyQueryParameter OBJECT_DEF_ID_REF
public static PropertyQueryParameter[] values()
for (PropertyQueryParameter c : PropertyQueryParameter.values()) System.out.println(c);
public static PropertyQueryParameter 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.