DataMatrixSpecialCharacters
Contents
[
Hide
]
Inheritance: java.lang.Object
public class DataMatrixSpecialCharacters
Constructors
| Constructor | Description |
|---|---|
| DataMatrixSpecialCharacters() |
Fields
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
DataMatrixSpecialCharacters()
public DataMatrixSpecialCharacters()
ECICharacter
public static final char ECICharacter
ExtendedAsciiThreshold
public static final char ExtendedAsciiThreshold
Fnc1
public static final char Fnc1
LatchToANSIX12
public static final char LatchToANSIX12
LatchToAsciiFromC40
public static final char LatchToAsciiFromC40
LatchToAsciiFromText
public static final char LatchToAsciiFromText
LatchToBase256
public static final char LatchToBase256
LatchToC40
public static final char LatchToC40
LatchToEDIFACT
public static final char LatchToEDIFACT
LatchToText
public static final char LatchToText
Macro05
public static final char Macro05
Macro06
public static final char Macro06
NumericValuePlus
public static final char NumericValuePlus
Pad
public static final char Pad
ReaderProgramming
public static final char ReaderProgramming
StructuredAppend
public static final char StructuredAppend
UpperShift
public static final char UpperShift
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 |