public enum LogTimeZone extends Enum<LogTimeZone>
| Modifier and Type | Method and Description |
|---|---|
abstract ZoneId |
getZoneId() |
static LogTimeZone |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogTimeZone[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogTimeZone UTC
public static final LogTimeZone SYSTEM
public static LogTimeZone[] values()
for (LogTimeZone c : LogTimeZone.values()) System.out.println(c);
public static LogTimeZone 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 abstract ZoneId getZoneId()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.