public static enum StaticListClassEditElement.DisplayType extends Enum<StaticListClassEditElement.DisplayType>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static StaticListClassEditElement.DisplayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StaticListClassEditElement.DisplayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StaticListClassEditElement.DisplayType INPUT
public static final StaticListClassEditElement.DisplayType SELECT
public static final StaticListClassEditElement.DisplayType RADIO
public static final StaticListClassEditElement.DisplayType CHECKBOX
public static StaticListClassEditElement.DisplayType[] values()
for (StaticListClassEditElement.DisplayType c : StaticListClassEditElement.DisplayType.values()) System.out.println(c);
public static StaticListClassEditElement.DisplayType 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<StaticListClassEditElement.DisplayType>
Copyright © 2004–2021 XWiki. All rights reserved.