GS1CompositeBarParameters
Inheritance: java.lang.Object
public class GS1CompositeBarParameters
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getLinearComponentType() | Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked |
getTwoDComponentType() | 2D component type |
hashCode() | |
isAllowOnlyGS1Encoding() | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component |
notify() | |
notifyAll() | |
setAllowOnlyGS1Encoding(boolean value) | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component |
setLinearComponentType(BaseEncodeType value) | Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked |
setTwoDComponentType(TwoDComponentType value) | 2D component type |
toString() | Returns a human-readable string representation of this DataBarParameters . |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
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
getLinearComponentType()
public BaseEncodeType getLinearComponentType()
Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked
Returns: BaseEncodeType
getTwoDComponentType()
public TwoDComponentType getTwoDComponentType()
2D component type
Returns: TwoDComponentType
hashCode()
public native int hashCode()
Returns: int
isAllowOnlyGS1Encoding()
public boolean isAllowOnlyGS1Encoding()
If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAllowOnlyGS1Encoding(boolean value)
public void setAllowOnlyGS1Encoding(boolean value)
If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setLinearComponentType(BaseEncodeType value)
public void setLinearComponentType(BaseEncodeType value)
Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked
Parameters:
Parameter | Type | Description |
---|---|---|
value | BaseEncodeType |
setTwoDComponentType(TwoDComponentType value)
public void setTwoDComponentType(TwoDComponentType value)
2D component type
Parameters:
Parameter | Type | Description |
---|---|---|
value | TwoDComponentType |
toString()
public String toString()
Returns a human-readable string representation of this DataBarParameters .
Returns: java.lang.String - A string that represents this DataBarParameters
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 |