Uses of Class
org.openwms.common.domain.values.Barcode.BARCODE_ALIGN

Packages that use Barcode.BARCODE_ALIGN
org.openwms.common.domain.values Contains often used value classes. 
 

Uses of Barcode.BARCODE_ALIGN in org.openwms.common.domain.values
 

Methods in org.openwms.common.domain.values that return Barcode.BARCODE_ALIGN
static Barcode.BARCODE_ALIGN Barcode.getAlignment()
          Returns the alignment.
static Barcode.BARCODE_ALIGN Barcode.BARCODE_ALIGN.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Barcode.BARCODE_ALIGN[] Barcode.BARCODE_ALIGN.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openwms.common.domain.values with parameters of type Barcode.BARCODE_ALIGN
static void Barcode.setAlignment(Barcode.BARCODE_ALIGN align)
          Set the alignment.
 



Copyright © 2005-2011 openwms.org. All Rights Reserved.