public enum FioBlock extends Enum<FioBlock>
| Enum Constant and Description |
|---|
ALERTS |
CURRENTLY |
DAILY |
FLAGS |
HOURLY |
MINUTELY |
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonValue() |
static FioBlock |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FioBlock[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FioBlock CURRENTLY
public static final FioBlock MINUTELY
public static final FioBlock HOURLY
public static final FioBlock DAILY
public static final FioBlock ALERTS
public static final FioBlock FLAGS
public static FioBlock[] values()
for (FioBlock c : FioBlock.values()) System.out.println(c);
public static FioBlock 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 getJsonValue()
Copyright © 2016. All rights reserved.