Code128SubType
Contents
[
Hide
]Inheritance: java.lang.Object
public final class Code128SubType
Contains types of Code128 subset
Constructors
Constructor | Description |
---|---|
Code128SubType() |
Fields
Field | Description |
---|---|
CODE_SET_A | ASCII characters 00 to 95 (0\u20139, A\u2013Z and control codes), special characters, and FNC 1\u20134 /// |
CODE_SET_B | ASCII characters 32 to 127 (0\u20139, A\u2013Z, a\u2013z), special characters, and FNC 1\u20134 /// |
CODE_SET_C | 00\u201399 (encodes two digits with a single code point) and FNC1 /// |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
Code128SubType()
public Code128SubType()
CODE_SET_A
public static final int CODE_SET_A
ASCII characters 00 to 95 (0\u20139, A\u2013Z and control codes), special characters, and FNC 1\u20134 ///
CODE_SET_B
public static final int CODE_SET_B
ASCII characters 32 to 127 (0\u20139, A\u2013Z, a\u2013z), special characters, and FNC 1\u20134 ///
CODE_SET_C
public static final int CODE_SET_C
00\u201399 (encodes two digits with a single code point) and FNC1 ///
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |