public static enum ILookupControlInstance.AppendCriteriaResult extends Enum<ILookupControlInstance.AppendCriteriaResult>
ILookupControlInstance.appendCriteria(QCriteria).
Can be one of values:
| Enum Constant and Description |
|---|
EMPTY
No search critaria is entered.
|
INVALID
Entered search critaria is not valid.
|
VALID
Search critaria is entered by user, represents explicit filters.
|
| Modifier and Type | Method and Description |
|---|---|
static ILookupControlInstance.AppendCriteriaResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ILookupControlInstance.AppendCriteriaResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ILookupControlInstance.AppendCriteriaResult INVALID
public static final ILookupControlInstance.AppendCriteriaResult EMPTY
public static final ILookupControlInstance.AppendCriteriaResult VALID
public static ILookupControlInstance.AppendCriteriaResult[] values()
for (ILookupControlInstance.AppendCriteriaResult c : ILookupControlInstance.AppendCriteriaResult.values()) System.out.println(c);
public static ILookupControlInstance.AppendCriteriaResult 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 © 2017 etc.to. All rights reserved.