AIDescription
Contents
[
Hide
]
Inheritance: java.lang.Object
public class AIDescription
Constructors
Fields
| Field | Description |
|---|---|
| AI | |
| AIWildCard | |
| FNC1Required | |
| Length1 | |
| Length2 |
Methods
AIDescription(String ai, boolean aiWildCard, int length1, int length2, boolean fnc1Required)
public AIDescription(String ai, boolean aiWildCard, int length1, int length2, boolean fnc1Required)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ai | java.lang.String | |
| aiWildCard | boolean | |
| length1 | int | |
| length2 | int | |
| fnc1Required | boolean |
AIDescription(String ai, int length1, int length2, boolean fnc1Required)
public AIDescription(String ai, int length1, int length2, boolean fnc1Required)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ai | java.lang.String | |
| length1 | int | |
| length2 | int | |
| fnc1Required | boolean |
AIDescription(String ai, boolean aiWildCard, int length, boolean fnc1Required)
public AIDescription(String ai, boolean aiWildCard, int length, boolean fnc1Required)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ai | java.lang.String | |
| aiWildCard | boolean | |
| length | int | |
| fnc1Required | boolean |
AIDescription(String ai, int length, boolean fnc1Required)
public AIDescription(String ai, int length, boolean fnc1Required)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ai | java.lang.String | |
| length | int | |
| fnc1Required | boolean |
AI
public String AI
AIWildCard
public boolean AIWildCard
FNC1Required
public boolean FNC1Required
Length1
public int Length1
Length2
public int Length2
checkAI(String ai)
public boolean checkAI(String ai)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ai | java.lang.String |
Returns: boolean
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>
getFixedCodeLength()
public boolean getFixedCodeLength()
Returns: boolean
getFullAILength()
public int getFullAILength()
Returns: int
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
updateChecksum(GS1AiPair pair)
public void updateChecksum(GS1AiPair pair)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pair | GS1AiPair |
validate(GS1AiPair pair, String[] msg)
public boolean validate(GS1AiPair pair, String[] msg)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pair | GS1AiPair | |
| msg | java.lang.String[] |
Returns: boolean
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 |