@GenerateDto(dtoPackage="net.datenwerke.rs.base.client.parameters.datasource.dto") public enum SingleSelectionMode extends java.lang.Enum<SingleSelectionMode>
Modifier and Type | Method and Description |
---|---|
static SingleSelectionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SingleSelectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SingleSelectionMode Dropdown
public static final SingleSelectionMode Popup
public static final SingleSelectionMode Radio
public static final SingleSelectionMode Listbox
public static SingleSelectionMode[] values()
for (SingleSelectionMode c : SingleSelectionMode.values()) System.out.println(c);
public static SingleSelectionMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null