public enum TargetType extends java.lang.Enum<TargetType>
Modifier and Type | Method and Description |
---|---|
static TargetType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetType TargetType8Bit
public static final TargetType TargetType10Bit
public static final TargetType TargetType12Bit
public static final TargetType TargetType14Bit
public static final TargetType TargetType16Bit
public static final TargetType TargetType18Bit
public static final TargetType TargetType20Bit
public static final TargetType TargetTypeCross
public static final TargetType TargetTypeCircle
public static final TargetType TargetTypeApril16h5
public static final TargetType TargetTypeApril25h9
public static final TargetType TargetTypeApril36h10
public static final TargetType TargetTypeApril36h11
public static final TargetType TargetTypeAprilCircle21h7
public static final TargetType TargetTypeAprilStandard41h12
public static final TargetType TargetTypeAprilStandard52h13
public static TargetType[] values()
for (TargetType c : TargetType.values()) System.out.println(c);
public static TargetType 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 null