public class WidgetComparator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WidgetComparator.WidgetComparatorSerializer |
| Modifier and Type | Field and Description |
|---|---|
static WidgetComparator |
GREATER_THAN |
static WidgetComparator |
GREATER_THAN_OR_EQUAL_TO |
static WidgetComparator |
LESS_THAN |
static WidgetComparator |
LESS_THAN_OR_EQUAL_TO |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this WidgetComparator object is equal to o.
|
static WidgetComparator |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
public static final WidgetComparator GREATER_THAN
public static final WidgetComparator GREATER_THAN_OR_EQUAL_TO
public static final WidgetComparator LESS_THAN
public static final WidgetComparator LESS_THAN_OR_EQUAL_TO
public boolean isValid()
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
public static WidgetComparator fromValue(String value)
Copyright © 2023. All rights reserved.