public final class CriteriaState extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AlwaysFalse
Criteria returns false for any input value.
|
static int |
AlwaysTrue
Criteria returns true for any input value.
|
static int |
NotDefined
Return value is not defined (can be true or false depending on input).
|
public static final int AlwaysFalse
Criteria returns false for any input value.
public static final int AlwaysTrue
Criteria returns true for any input value.
public static final int NotDefined
Return value is not defined (can be true or false depending on input).
Copyright © 2026. All rights reserved.