public enum ExtFormatStyle extends Enum<ExtFormatStyle>
| Enum Constant and Description |
|---|
LONG_DATE |
LONG_DATETIME |
LONG_TIME |
MEDIUM_DATE |
MEDIUM_DATETIME |
MEDIUM_TIME |
SHORT_DATE |
SHORT_DATETIME |
SHORT_TIME |
| Modifier and Type | Method and Description |
|---|---|
static ExtFormatStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtFormatStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtFormatStyle LONG_DATE
public static final ExtFormatStyle LONG_DATETIME
public static final ExtFormatStyle LONG_TIME
public static final ExtFormatStyle MEDIUM_DATE
public static final ExtFormatStyle MEDIUM_DATETIME
public static final ExtFormatStyle MEDIUM_TIME
public static final ExtFormatStyle SHORT_DATE
public static final ExtFormatStyle SHORT_DATETIME
public static final ExtFormatStyle SHORT_TIME
public static ExtFormatStyle[] values()
for (ExtFormatStyle c : ExtFormatStyle.values()) System.out.println(c);
public static ExtFormatStyle 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 © 2018 Amedia Utvikling AS. All rights reserved.