Packagestimulsoft.report.barCodes.classes.qrcode
Classpublic class ErrorCorrectionLevel
InheritanceErrorCorrectionLevel Inheritance Object



Public Methods
 MethodDefined By
  
ErrorCorrectionLevel(ordinal:int, bits:int, name:String)
ErrorCorrectionLevel
  
[static]
ErrorCorrectionLevel
  
getBits():int
ErrorCorrectionLevel
  
getName():String
ErrorCorrectionLevel
  
ordinal():int
ErrorCorrectionLevel
  
toString():String
ErrorCorrectionLevel
Public Constants
 ConstantDefined By
  H : ErrorCorrectionLevel
[static]
ErrorCorrectionLevel
  L : ErrorCorrectionLevel
[static]
ErrorCorrectionLevel
  M : ErrorCorrectionLevel
[static]
ErrorCorrectionLevel
  Q : ErrorCorrectionLevel
[static]
ErrorCorrectionLevel
Constructor Detail
ErrorCorrectionLevel()Constructor
public function ErrorCorrectionLevel(ordinal:int, bits:int, name:String)



Parameters
ordinal:int
 
bits:int
 
name:String
Method Detail
forBits()method
public static function forBits(bits:int):ErrorCorrectionLevel

Parameters

bits:int

Returns
ErrorCorrectionLevel
getBits()method 
public function getBits():int

Returns
int
getName()method 
public function getName():String

Returns
String
ordinal()method 
public function ordinal():int

Returns
int
toString()method 
public function toString():String

Returns
String
Constant Detail
HConstant
public static const H:ErrorCorrectionLevel

LConstant 
public static const L:ErrorCorrectionLevel

MConstant 
public static const M:ErrorCorrectionLevel

QConstant 
public static const Q:ErrorCorrectionLevel