public static enum JSTimeInterval.Format extends Enum<JSTimeInterval.Format>
| Modifier and Type | Method and Description |
|---|---|
static JSTimeInterval.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSTimeInterval.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSTimeInterval.Format ISO
public static final JSTimeInterval.Format MINUTES
public static final JSTimeInterval.Format SECONDS
public static final JSTimeInterval.Format MSECONDS
public static JSTimeInterval.Format[] values()
for (JSTimeInterval.Format c : JSTimeInterval.Format.values()) System.out.println(c);
public static JSTimeInterval.Format 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. All rights reserved.