public static enum Codabar.StSpTransmit extends java.lang.Enum<Codabar.StSpTransmit>
Enum Constant and Description |
---|
NO_START_STOP
スタート/ストップコードを転送しません Don't transfer Start/Stop code |
START_STOP_abcd_abcd
スタート/ストップコード: abcd/abcd Start/Stop code: abcd/abcd |
START_STOP_ABCD_ABCD
スタート/ストップコード: ABCD/ABCD Start/Stop code: ABCD/ABCD |
START_STOP_abcd_tn_e
スタート/ストップコード: abcd/tn*e Start/Stop code: abcd/tn*e |
START_STOP_ABCD_TN_E
スタート/ストップコード: ABCD/TN*E Start/Stop code: ABCD/TN*E |
START_STOP_DC1_DC2_DC3_DC4
スタート/ストップコード: DC1 DC2 DC3 DC4/DC1 DC2 DC3 DC4 Start/Stop code: DC1 DC2 DC3 DC4/DC1 DC2 DC3 DC4 |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
static Codabar.StSpTransmit |
valueOf(int id) |
static Codabar.StSpTransmit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Codabar.StSpTransmit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Codabar.StSpTransmit NO_START_STOP
public static final Codabar.StSpTransmit START_STOP_ABCD_ABCD
public static final Codabar.StSpTransmit START_STOP_abcd_abcd
public static final Codabar.StSpTransmit START_STOP_ABCD_TN_E
public static final Codabar.StSpTransmit START_STOP_abcd_tn_e
public static final Codabar.StSpTransmit START_STOP_DC1_DC2_DC3_DC4
public static Codabar.StSpTransmit[] values()
for (Codabar.StSpTransmit c : Codabar.StSpTransmit.values()) System.out.println(c);
public static Codabar.StSpTransmit 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 Codabar.StSpTransmit valueOf(int id)
public int getId()