public class PostalUsps4State extends PropertyGroup
PostalUsps4State is the class that configures the Postal
USPS4State.| Modifier and Type | Field and Description |
|---|---|
BooleanProperty |
enable
enable enables or disables the symbology. |
CharacterProperty |
userID
userID specifies the symbology identifier (if any).The symbology identifier is sent with the label when the global decode property Formatting.sendCodeId is set to
SendCodeID.USERDEFINED_IDENTIFIER_BEFORE_LABEL or SendCodeID.USERDEFINED_IDENTIFIER_AFTER_LABEL. |
| Constructor and Description |
|---|
PostalUsps4State(PropertyGetter editor)
This is the constructor of PostalUsps4State.
|
getGroups, getId, getName, getProperties, getPropertyById, getPropertyByName, getPropertyGroupById, getPropertyGroupByName, isFullySupported, isSupported, load, setToDefault, storepublic BooleanProperty enable
enable enables or disables the symbology.public CharacterProperty userID
userID specifies the symbology identifier (if any).Formatting.sendCodeId is set to
SendCodeID.USERDEFINED_IDENTIFIER_BEFORE_LABEL or SendCodeID.USERDEFINED_IDENTIFIER_AFTER_LABEL.public PostalUsps4State(PropertyGetter editor)
editor - A PropertyGetter used to load the current barcode family.