Serializable, Comparable<ViewOptions.ViewFormatEnum>public static enum ViewOptions.ViewFormatEnum extends Enum<ViewOptions.ViewFormatEnum>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ViewOptions.ViewFormatEnum.Adapter |
| Modifier and Type | Method | Description |
|---|---|---|
static ViewOptions.ViewFormatEnum |
fromValue(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static ViewOptions.ViewFormatEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ViewOptions.ViewFormatEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewOptions.ViewFormatEnum HTML
public static final ViewOptions.ViewFormatEnum PNG
public static final ViewOptions.ViewFormatEnum JPG
public static final ViewOptions.ViewFormatEnum PDF
public static ViewOptions.ViewFormatEnum[] values()
for (ViewOptions.ViewFormatEnum c : ViewOptions.ViewFormatEnum.values()) System.out.println(c);
public static ViewOptions.ViewFormatEnum 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 getValue()
public String toString()
toString in class Enum<ViewOptions.ViewFormatEnum>public static ViewOptions.ViewFormatEnum fromValue(String text)
Copyright © 2025. All rights reserved.