com.ibm.retail.AEF.event
Interface ScaleEvent
- All Superinterfaces:
- POSAppEvent, POSAppEventElement, SAXElementHandler, java.io.Serializable
- public interface ScaleEvent
- extends POSAppEvent
A ScaleEvent
is generated when an item is weighed.
Method Summary |
java.lang.String |
getWeightUnit()
Get the scale weight unit of measure (e.g., LB). |
java.lang.String |
getWeightValue()
Get the scale weight value as a formatted string (e.g., 1.79). |
getWeightValue
public java.lang.String getWeightValue()
- Get the scale weight value as a formatted string (e.g., 1.79).
- Returns:
- string representation of the weight value
getWeightUnit
public java.lang.String getWeightUnit()
- Get the scale weight unit of measure (e.g., LB).
- Returns:
- string representation of the weight unit of measure
Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004