Serializable, Comparable<PKDateStyle>public enum PKDateStyle extends Enum<PKDateStyle>
| Enum Constant | Description |
|---|---|
PKDateStyleFull |
|
PKDateStyleLong |
|
PKDateStyleMedium |
|
PKDateStyleNone |
|
PKDateStyleShort |
| Modifier and Type | Method | Description |
|---|---|---|
static PKDateStyle |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PKDateStyle[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PKDateStyle PKDateStyleNone
public static final PKDateStyle PKDateStyleShort
public static final PKDateStyle PKDateStyleMedium
public static final PKDateStyle PKDateStyleLong
public static final PKDateStyle PKDateStyleFull
public static PKDateStyle[] values()
for (PKDateStyle c : PKDateStyle.values()) System.out.println(c);
public static PKDateStyle 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 © 2012–2018. All rights reserved.