|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OutlookDate.SmartFormatterModes>
com.atlassian.jira.web.util.OutlookDate.SmartFormatterModes
public static enum OutlookDate.SmartFormatterModes
Modes used by OutlookDate.formatSmart(java.util.Date, com.atlassian.jira.web.util.OutlookDate.SmartFormatterModes)
| Enum Constant Summary | |
|---|---|
HIDE_TIME
Deprecated. use the DateTimeFormatterFactory and the DateTimeStyle.RELATIVE_WITHOUT_TIME |
|
SHOW_TIME
Deprecated. use the DateTimeFormatterFactory and the DateTimeStyle.RELATIVE_ALWAYS_WITH_TIME |
|
SHOW_TIME_ONLY_ON_DAYS
Deprecated. use the DateTimeFormatterFactory and the DateTimeStyle.RELATIVE_WITH_TIME_ONLY |
|
| Method Summary | |
|---|---|
static OutlookDate.SmartFormatterModes |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OutlookDate.SmartFormatterModes[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OutlookDate.SmartFormatterModes SHOW_TIME
DateTimeFormatterFactory and the DateTimeStyle.RELATIVE_ALWAYS_WITH_TIME
public static final OutlookDate.SmartFormatterModes HIDE_TIME
DateTimeFormatterFactory and the DateTimeStyle.RELATIVE_WITHOUT_TIME
public static final OutlookDate.SmartFormatterModes SHOW_TIME_ONLY_ON_DAYS
DateTimeFormatterFactory and the DateTimeStyle.RELATIVE_WITH_TIME_ONLY
| Method Detail |
|---|
public static OutlookDate.SmartFormatterModes[] values()
for (OutlookDate.SmartFormatterModes c : OutlookDate.SmartFormatterModes.values()) System.out.println(c);
public static OutlookDate.SmartFormatterModes valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||