public enum LoopMode extends Enum<LoopMode>
| Modifier and Type | Method and Description |
|---|---|
static LoopMode |
fromValue(byte val) |
byte |
getValue() |
static LoopMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoopMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoopMode D12345_67
public static final LoopMode D123456_7
public static final LoopMode D1234567
public static LoopMode[] values()
for (LoopMode c : LoopMode.values()) System.out.println(c);
public static LoopMode 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 byte getValue()
public static LoopMode fromValue(byte val)
Copyright © 2018. All rights reserved.