public enum HTMLViews extends Enum<HTMLViews>
Enum Constant and Description |
---|
BUBBLE_HIERARCHY |
SUNBURST |
VERTICAL_PARTITION |
Modifier and Type | Method and Description |
---|---|
String |
getFileName() |
static HTMLViews |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTMLViews[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HTMLViews BUBBLE_HIERARCHY
public static final HTMLViews SUNBURST
public static final HTMLViews VERTICAL_PARTITION
public static HTMLViews[] values()
for (HTMLViews c : HTMLViews.values()) System.out.println(c);
public static HTMLViews 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 getFileName()
Copyright © 2010–2019 GZoltar. All rights reserved.