public static enum Barcode128.Barcode128CodeSet extends Enum<Barcode128.Barcode128CodeSet>
| Modifier and Type | Method and Description | 
|---|---|
char |  
           getStartSymbol()  |  
          
static Barcode128.Barcode128CodeSet |  
           valueOf(String name) 
            
              Returns the enum constant of this type with the specified name. 
               |  
          
static Barcode128.Barcode128CodeSet[] |  
           values() 
            
              Returns an array containing the constants of this enum type, in the order they are declared. 
               |  
          
public static final Barcode128.Barcode128CodeSet A
public static final Barcode128.Barcode128CodeSet B
public static final Barcode128.Barcode128CodeSet C
public static final Barcode128.Barcode128CodeSet AUTO
public static Barcode128.Barcode128CodeSet[] values()
for (Barcode128.Barcode128CodeSet c : Barcode128.Barcode128CodeSet.values()) System.out.println(c);
public static Barcode128.Barcode128CodeSet valueOf(String name)
name - the name of the enum constant to be returned. 
           IllegalArgumentException - if this enum type has no constant with the specified name 
           NullPointerException - if the argument is null 
           public char getStartSymbol()
Copyright © 1998–2019. All rights reserved.