public static enum Worksheet.Visibility extends Enum<Worksheet.Visibility> implements kk.json.JSONAware
| Enum Constant and Description |
|---|
Hidden |
VeryHidden |
Visible |
| Modifier and Type | Method and Description |
|---|---|
String |
toJSONString() |
static Worksheet.Visibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Worksheet.Visibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Worksheet.Visibility Visible
public static final Worksheet.Visibility Hidden
public static final Worksheet.Visibility VeryHidden
public static Worksheet.Visibility[] values()
for (Worksheet.Visibility c : Worksheet.Visibility.values()) System.out.println(c);
public static Worksheet.Visibility 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 toJSONString()
toJSONString in interface kk.json.JSONAwareCopyright © 2018. All rights reserved.