public static enum GadgetsHandlerApi.ViewContentType extends Enum<GadgetsHandlerApi.ViewContentType>
| Enum Constant and Description |
|---|
HTML |
HTML_SANITIZED |
URL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static GadgetsHandlerApi.ViewContentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GadgetsHandlerApi.ViewContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GadgetsHandlerApi.ViewContentType HTML
public static final GadgetsHandlerApi.ViewContentType URL
public static final GadgetsHandlerApi.ViewContentType HTML_SANITIZED
public static GadgetsHandlerApi.ViewContentType[] values()
for (GadgetsHandlerApi.ViewContentType c : GadgetsHandlerApi.ViewContentType.values()) System.out.println(c);
public static GadgetsHandlerApi.ViewContentType 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 toString()
toString in class Enum<GadgetsHandlerApi.ViewContentType>Copyright © 2007-2012. All Rights Reserved.