public static enum AbstractStatusesColumn.TimeAgoType extends Enum<AbstractStatusesColumn.TimeAgoType>
| Enum Constant and Description |
|---|
DIFF |
PREFER_DATE_TIME |
PREFER_DATES |
| Modifier and Type | Method and Description |
|---|---|
static AbstractStatusesColumn.TimeAgoType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractStatusesColumn.TimeAgoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractStatusesColumn.TimeAgoType DIFF
public static final AbstractStatusesColumn.TimeAgoType PREFER_DATES
public static final AbstractStatusesColumn.TimeAgoType PREFER_DATE_TIME
public static AbstractStatusesColumn.TimeAgoType[] values()
for (AbstractStatusesColumn.TimeAgoType c : AbstractStatusesColumn.TimeAgoType.values()) System.out.println(c);
public static AbstractStatusesColumn.TimeAgoType 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 © 2016–2021. All rights reserved.