public static enum WxButton.Group extends Enum<WxButton.Group>
Modifier and Type | Method and Description |
---|---|
static WxButton.Group |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WxButton.Group[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WxButton.Group LEFT
public static final WxButton.Group MIDDLE
public static final WxButton.Group RIGHT
public static WxButton.Group[] values()
for (WxButton.Group c : WxButton.Group.values()) System.out.println(c);
public static WxButton.Group 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 © 2018 Guangshan Technology, Inc.. All rights reserved.