public static enum Lock.Target.TargetUsedByMachine.EnumType extends java.lang.Enum<Lock.Target.TargetUsedByMachine.EnumType>
Enum Constant and Description |
---|
STRIPES_READ |
STRIPES_WRITE |
Modifier and Type | Method and Description |
---|---|
abstract LaserData_BC8.LaserType |
getLaserType() |
static Lock.Target.TargetUsedByMachine.EnumType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Lock.Target.TargetUsedByMachine.EnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lock.Target.TargetUsedByMachine.EnumType STRIPES_WRITE
public static final Lock.Target.TargetUsedByMachine.EnumType STRIPES_READ
public static Lock.Target.TargetUsedByMachine.EnumType[] values()
for (Lock.Target.TargetUsedByMachine.EnumType c : Lock.Target.TargetUsedByMachine.EnumType.values()) System.out.println(c);
public static Lock.Target.TargetUsedByMachine.EnumType 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 abstract LaserData_BC8.LaserType getLaserType()