public static enum DateSelector.TimeComparisons extends Enum<DateSelector.TimeComparisons>
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
static DateSelector.TimeComparisons |
getFromAttribute(String attribute) |
static DateSelector.TimeComparisons |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateSelector.TimeComparisons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateSelector.TimeComparisons BEFORE
public static final DateSelector.TimeComparisons AFTER
public static final DateSelector.TimeComparisons EQUAL
public static DateSelector.TimeComparisons[] values()
for (DateSelector.TimeComparisons c : DateSelector.TimeComparisons.values()) System.out.println(c);
public static DateSelector.TimeComparisons 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 nullpublic String getAttribute()
public static DateSelector.TimeComparisons getFromAttribute(String attribute)
Copyright © 2001–2025. All rights reserved.