com.stimulsoft.report.barCodes
Enum StiDataMatrixBarCodeType.StiDataMatrix.CommandCode

java.lang.Object
  extended by java.lang.Enum<StiDataMatrixBarCodeType.StiDataMatrix.CommandCode>
      extended by com.stimulsoft.report.barCodes.StiDataMatrixBarCodeType.StiDataMatrix.CommandCode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<StiDataMatrixBarCodeType.StiDataMatrix.CommandCode>
Enclosing class:
StiDataMatrixBarCodeType.StiDataMatrix

public static enum StiDataMatrixBarCodeType.StiDataMatrix.CommandCode
extends java.lang.Enum<StiDataMatrixBarCodeType.StiDataMatrix.CommandCode>


Enum Constant Summary
EscapeToAscii
           
ModeBinary
           
ModeC40
           
ModeEdifact
           
ModeText
           
ModeX12
           
Padding
           
 
Method Summary
static StiDataMatrixBarCodeType.StiDataMatrix.CommandCode forValue(int value)
           
 int getValue()
           
static StiDataMatrixBarCodeType.StiDataMatrix.CommandCode valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiDataMatrixBarCodeType.StiDataMatrix.CommandCode[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Padding

public static final StiDataMatrixBarCodeType.StiDataMatrix.CommandCode Padding

ModeC40

public static final StiDataMatrixBarCodeType.StiDataMatrix.CommandCode ModeC40

ModeBinary

public static final StiDataMatrixBarCodeType.StiDataMatrix.CommandCode ModeBinary

ModeX12

public static final StiDataMatrixBarCodeType.StiDataMatrix.CommandCode ModeX12

ModeText

public static final StiDataMatrixBarCodeType.StiDataMatrix.CommandCode ModeText

ModeEdifact

public static final StiDataMatrixBarCodeType.StiDataMatrix.CommandCode ModeEdifact

EscapeToAscii

public static final StiDataMatrixBarCodeType.StiDataMatrix.CommandCode EscapeToAscii
Method Detail

values

public static StiDataMatrixBarCodeType.StiDataMatrix.CommandCode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (StiDataMatrixBarCodeType.StiDataMatrix.CommandCode c : StiDataMatrixBarCodeType.StiDataMatrix.CommandCode.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static StiDataMatrixBarCodeType.StiDataMatrix.CommandCode valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getValue

public int getValue()

forValue

public static StiDataMatrixBarCodeType.StiDataMatrix.CommandCode forValue(int value)


Copyright © 2018 Stimulsoft. All Rights Reserved.