public static enum VScrollTablePatched.SelectMode extends Enum<VScrollTablePatched.SelectMode>
Modifier and Type | Method and Description |
---|---|
int |
getId() |
static VScrollTablePatched.SelectMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VScrollTablePatched.SelectMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VScrollTablePatched.SelectMode NONE
public static final VScrollTablePatched.SelectMode SINGLE
public static final VScrollTablePatched.SelectMode MULTI
public static VScrollTablePatched.SelectMode[] values()
for (VScrollTablePatched.SelectMode c : VScrollTablePatched.SelectMode.values()) System.out.println(c);
public static VScrollTablePatched.SelectMode 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 int getId()
Copyright © 2018 Magnolia International Ltd.. All rights reserved.