public static enum RendererSelector.SelectorType extends Enum<RendererSelector.SelectorType>
Modifier and Type | Method and Description |
---|---|
static RendererSelector.SelectorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RendererSelector.SelectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RendererSelector.SelectorType LIST
public static final RendererSelector.SelectorType RADIO
public static final RendererSelector.SelectorType TAB
public static RendererSelector.SelectorType[] values()
for (RendererSelector.SelectorType c : RendererSelector.SelectorType.values()) System.out.println(c);
public static RendererSelector.SelectorType 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 nullCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.