MaxiCodeMode
Inheritance: java.lang.Object, java.lang.Enum
public enum MaxiCodeMode extends Enum<MaxiCodeMode>
Contains MaxiCode encoding modes.
Fields
| Field | Description |
|---|---|
| MODE_2 | Mode 2 encodes postal information in the first message and data in the second message. |
| MODE_3 | Mode 3 encodes postal information in the first message and data in the second message. |
| MODE_4 | Mode 4 encodes data in the first and second messages with short ECC correction. |
| MODE_5 | Mode 5 encodes data in the first and second messages with long ECC correction. |
| MODE_6 | Mode 6 encodes data in the first and second messages with short ECC correction. |
Methods
MODE_2
public static final MaxiCodeMode MODE_2
Mode 2 encodes postal information in the first message and data in the second message. Has a 9-digit postal code and is used only in the USA.
MODE_3
public static final MaxiCodeMode MODE_3
Mode 3 encodes postal information in the first message and data in the second message. Has a 6-character alphanumeric postal code and is used worldwide.
MODE_4
public static final MaxiCodeMode MODE_4
Mode 4 encodes data in the first and second messages with short ECC correction.
MODE_5
public static final MaxiCodeMode MODE_5
Mode 5 encodes data in the first and second messages with long ECC correction.
MODE_6
public static final MaxiCodeMode MODE_6
Mode 6 encodes data in the first and second messages with short ECC correction. Used to encode devices.
valueOf(Class arg0, String arg1)
public static T <T>valueOf(Class<T> arg0, String arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Class | |
| arg1 | java.lang.String |
Returns: T
compareTo(E arg0)
public final int compareTo(E arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | E |
Returns: int
equals(Object arg0)
public final boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
fromValue(int value)
public static MaxiCodeMode fromValue(int value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
Returns: MaxiCodeMode
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDeclaringClass()
public final Class<E> getDeclaringClass()
Returns:
java.lang.Class
getValue()
public int getValue()
Returns: int
hashCode()
public final int hashCode()
Returns: int
name()
public final String name()
Returns: java.lang.String
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
ordinal()
public final int ordinal()
Returns: int
toString()
public String toString()
Returns: java.lang.String
valueOf(String name)
public static MaxiCodeMode valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: MaxiCodeMode
values()
public static MaxiCodeMode[] values()
Returns: com.aspose.barcode.generation.MaxiCodeMode[]
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 |