public class LookupQueryCondition extends Object
Constructor and Description |
---|
LookupQueryCondition(com.saperion.intf.SaPropertyValue value,
boolean found) |
Modifier and Type | Method and Description |
---|---|
static LookupQueryCondition |
empty() |
com.saperion.intf.SaPropertyValue |
getValue() |
boolean |
isEmpty() |
boolean |
isFound() |
static LookupQueryCondition |
notFound() |
public LookupQueryCondition(com.saperion.intf.SaPropertyValue value, boolean found)
value
- value of the conditionfound
- true if a condition was foundpublic static LookupQueryCondition notFound()
public static LookupQueryCondition empty()
public com.saperion.intf.SaPropertyValue getValue()
public boolean isFound()
public boolean isEmpty()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.