public final class GenericSearchFieldType extends FlexibleSearchTranslatable
CORE - marks field as core attribute PROPERTY - marks field as property
LOCALIZED - marks field as localized attribute INTERNAL - marks field as internal
OUTER_JOIN - forces flexible search to join this field outer| Type | Property and Description |
|---|---|
boolean |
is
Gets the value of the property property.
|
| Modifier and Type | Field and Description |
|---|---|
static GenericSearchFieldType |
CORE |
static GenericSearchFieldType |
INTERNAL |
static GenericSearchFieldType |
LOCALIZED |
static GenericSearchFieldType |
OUTER_JOIN |
static GenericSearchFieldType |
PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object arg0)
equals
|
int |
getCode() |
int |
hashCode() |
boolean |
isCore() |
boolean |
isInternal() |
boolean |
isLocalized() |
boolean |
isOptional() |
boolean |
isProperty()
Gets the value of the property property.
|
static Collection |
toCollection(int newType) |
void |
toFlexibleSearch(StringBuilder queryBuffer,
Map<String,String> typeIndexMap,
Map<String,Object> valueMap)
toFlexibleSearch
|
String |
toString() |
getAliasFromTypeMappublic static final GenericSearchFieldType CORE
public static final GenericSearchFieldType PROPERTY
public static final GenericSearchFieldType LOCALIZED
public static final GenericSearchFieldType INTERNAL
public static final GenericSearchFieldType OUTER_JOIN
public void toFlexibleSearch(StringBuilder queryBuffer, Map<String,String> typeIndexMap, Map<String,Object> valueMap)
toFlexibleSearch in class FlexibleSearchTranslatablequeryBuffer - contains the querytypeIndexMap - contains typeCode <> typeIndex mappingsvalueMap - contains valueQualifier <> value mappingsFlexibleSearchTranslatable.toFlexibleSearch(java.lang.StringBuilder,Map,Map)public int getCode()
public boolean isCore()
public boolean isProperty()
public boolean isLocalized()
public boolean isInternal()
public boolean isOptional()
public static Collection toCollection(int newType)
public boolean equals(Object arg0)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2017 SAP SE. All Rights Reserved.