public static enum ConnectionEventManager.Granularity extends java.lang.Enum<ConnectionEventManager.Granularity>
Modifier and Type | Method and Description |
---|---|
static ConnectionEventManager.Granularity |
get(java.lang.String value) |
static ConnectionEventManager.Granularity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionEventManager.Granularity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionEventManager.Granularity MONTH
public static final ConnectionEventManager.Granularity DAY
public static final ConnectionEventManager.Granularity WEEK
public static ConnectionEventManager.Granularity[] values()
for (ConnectionEventManager.Granularity c : ConnectionEventManager.Granularity.values()) System.out.println(c);
public static ConnectionEventManager.Granularity valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ConnectionEventManager.Granularity get(java.lang.String value)
Copyright © 2001-2021 Jalios SA. All Rights Reserved.