GS1CompositBarStandard

Inheritance: java.lang.Object

public class GS1CompositBarStandard

Constructors

Constructor Description
GS1CompositBarStandard()

Fields

Field Description
AllowedLinearComponentTypes
UppercaseLettersTable

Methods

Method Description
equals(Object arg0)
getCCABitCapacity(int columns)
getClass()
getColumnsByLinearComponentType(BaseEncodeType linearType, TwoDComponentType twoDType)
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GS1CompositBarStandard()

public GS1CompositBarStandard()

AllowedLinearComponentTypes

public static List<BaseEncodeType> AllowedLinearComponentTypes

UppercaseLettersTable

public static System.Collections.Generic.Dictionary<Character,Integer> UppercaseLettersTable

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getCCABitCapacity(int columns)

public static int getCCABitCapacity(int columns)

Parameters:

Parameter Type Description
columns int

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getColumnsByLinearComponentType(BaseEncodeType linearType, TwoDComponentType twoDType)

public static int getColumnsByLinearComponentType(BaseEncodeType linearType, TwoDComponentType twoDType)

Parameters:

Parameter Type Description
linearType BaseEncodeType
twoDType TwoDComponentType

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

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