public static enum Dialect.DateTimeFormatEnum extends Enum<Dialect.DateTimeFormatEnum>
Modifier and Type | Class and Description |
---|---|
static class |
Dialect.DateTimeFormatEnum.Adapter |
Enum Constant and Description |
---|
RFC3339 |
RFC3339NANO |
Modifier and Type | Method and Description |
---|---|
static Dialect.DateTimeFormatEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Dialect.DateTimeFormatEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dialect.DateTimeFormatEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dialect.DateTimeFormatEnum RFC3339
public static final Dialect.DateTimeFormatEnum RFC3339NANO
public static Dialect.DateTimeFormatEnum[] values()
for (Dialect.DateTimeFormatEnum c : Dialect.DateTimeFormatEnum.values()) System.out.println(c);
public static Dialect.DateTimeFormatEnum 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 getValue()
public String toString()
toString
in class Enum<Dialect.DateTimeFormatEnum>
public static Dialect.DateTimeFormatEnum fromValue(String text)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.