public enum TagModelName extends java.lang.Enum<TagModelName>
Enum Constant and Description |
---|
Monza4D |
Monza4E |
Monza4QT |
Monza4U |
Monza5 |
Monza5U |
MonzaR6 |
MonzaR6_A |
MonzaR6_P |
MonzaS6_C |
MonzaX_2K_Dura |
MonzaX_8K_Dura |
Other |
Modifier and Type | Method and Description |
---|---|
static TagModelName |
fromTID(java.lang.String tid)
Convert a TID string to a tag model name object
|
static TagModelName |
valueOf(int modelTidAsInt)
The TID is the second word of the 2-word
TID read from user memory as an 16-bit integer.
|
static TagModelName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TagModelName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagModelName Other
public static final TagModelName Monza4QT
public static final TagModelName Monza4U
public static final TagModelName Monza4E
public static final TagModelName Monza4D
public static final TagModelName Monza5
public static final TagModelName Monza5U
public static final TagModelName MonzaX_2K_Dura
public static final TagModelName MonzaX_8K_Dura
public static final TagModelName MonzaR6
public static final TagModelName MonzaR6_P
public static final TagModelName MonzaR6_A
public static final TagModelName MonzaS6_C
public static TagModelName[] values()
for (TagModelName c : TagModelName.values()) System.out.println(c);
public static TagModelName 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 static TagModelName valueOf(int modelTidAsInt)
modelTidAsInt
- -- an integer valuepublic static TagModelName fromTID(java.lang.String tid)
tid
- -- the TID hex string. This should be an 8-character
ascii string with 0-9a-fA-F and no spaces.