public enum SwitchJoyConRButton extends java.lang.Enum<SwitchJoyConRButton> implements GamePadButton
Modifier and Type | Method and Description |
---|---|
boolean |
equals(GamePadButton gamePadButton) |
static SwitchJoyConRButton |
fromInternalName(java.lang.String value) |
java.lang.String |
getInternalName() |
static SwitchJoyConRButton |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SwitchJoyConRButton[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwitchJoyConRButton A
public static final SwitchJoyConRButton B
public static final SwitchJoyConRButton X
public static final SwitchJoyConRButton Y
public static final SwitchJoyConRButton R
public static final SwitchJoyConRButton ZR
public static final SwitchJoyConRButton SL
public static final SwitchJoyConRButton SR
public static final SwitchJoyConRButton PLUS
public static SwitchJoyConRButton[] values()
for (SwitchJoyConRButton c : SwitchJoyConRButton.values()) System.out.println(c);
public static SwitchJoyConRButton 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 nullpublic java.lang.String getInternalName()
getInternalName
in interface GamePadButton
public boolean equals(GamePadButton gamePadButton)
equals
in interface GamePadButton
public static SwitchJoyConRButton fromInternalName(java.lang.String value)