public static enum PbDateTimePicker.WithTimeZone extends Enum<PbDateTimePicker.WithTimeZone>
| Modifier and Type | Method and Description |
|---|---|
static PbDateTimePicker.WithTimeZone |
fromValue(String value) |
String |
toString() |
String |
value() |
static PbDateTimePicker.WithTimeZone |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PbDateTimePicker.WithTimeZone[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PbDateTimePicker.WithTimeZone FALSE
public static final PbDateTimePicker.WithTimeZone TRUE
public static PbDateTimePicker.WithTimeZone[] values()
for (PbDateTimePicker.WithTimeZone c : PbDateTimePicker.WithTimeZone.values()) System.out.println(c);
public static PbDateTimePicker.WithTimeZone 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 toString()
toString in class Enum<PbDateTimePicker.WithTimeZone>public String value()
public static PbDateTimePicker.WithTimeZone fromValue(String value)
Copyright © 2020. All rights reserved.