public enum RawText extends Enum<RawText>
| Modifier and Type | Field and Description |
|---|---|
static String |
MIN_VALUE_STRING |
| Modifier and Type | Method and Description |
|---|---|
static long |
appendBase10(long address,
long num) |
static RawText |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawText[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final String MIN_VALUE_STRING
public static RawText[] values()
for (RawText c : RawText.values()) System.out.println(c);
public static RawText 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 static long appendBase10(long address,
long num)
Copyright © 2019. All rights reserved.