java.lang.Object |
↳ |
java.lang.Enum<E extends java.lang.Enum<E>> |
|
↳ |
com.datalogic.softspot.ImageEnum |
Class Overview
ImageEnum
is an enumeration defining constants for different images that
can be displayed by SoftSpot. Custom slots are functionally identical.
Summary
Enum Values |
ImageEnum |
CUSTOM_1 |
First custom slot |
ImageEnum |
CUSTOM_2 |
Second custom slot |
ImageEnum |
CUSTOM_3 |
Third custom slot |
ImageEnum |
GREEN_BARCODE |
Green barcode (default) |
ImageEnum |
GREEN_BARCODE_NUMERIC |
Bright green, barcode, with numeric data below |
ImageEnum |
RED_TARGET |
Red barcode (Shopevolution) |
[Expand]
Inherited Methods |
From class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
compareTo(E arg0)
|
int
|
compareTo(Object arg0)
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<E>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.Comparable
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
public
static
final
ImageEnum
GREEN_BARCODE_NUMERIC
Bright green, barcode, with numeric data below
public
static
final
ImageEnum
RED_TARGET
Red barcode (Shopevolution)
Public Methods
public
static
ImageEnum
valueOf
(String name)