Uses of Enum Class
com.stimulsoft.report.barCodes.enums.StiPlesseyCheckSum
Packages that use StiPlesseyCheckSum
-
Uses of StiPlesseyCheckSum in com.stimulsoft.report.barCodes
Methods in com.stimulsoft.report.barCodes that return StiPlesseyCheckSumModifier and TypeMethodDescriptionfinal StiPlesseyCheckSumStiPlesseyBarCodeType.getCheckSum1()Gets or sets mode of CheckSum1.final StiPlesseyCheckSumStiPlesseyBarCodeType.getCheckSum2()Gets or sets mode of CheckSum2.Methods in com.stimulsoft.report.barCodes with parameters of type StiPlesseyCheckSumModifier and TypeMethodDescriptionfinal voidStiPlesseyBarCodeType.setCheckSum1(StiPlesseyCheckSum value) final voidStiPlesseyBarCodeType.setCheckSum2(StiPlesseyCheckSum value) Constructors in com.stimulsoft.report.barCodes with parameters of type StiPlesseyCheckSumModifierConstructorDescriptionStiMsiBarCodeType(double module, double height, StiPlesseyCheckSum checkSum1, StiPlesseyCheckSum checkSum2) StiPlesseyBarCodeType(double module, double height, StiPlesseyCheckSum checkSum1, StiPlesseyCheckSum checkSum2) -
Uses of StiPlesseyCheckSum in com.stimulsoft.report.barCodes.enums
Methods in com.stimulsoft.report.barCodes.enums that return StiPlesseyCheckSumModifier and TypeMethodDescriptionstatic StiPlesseyCheckSumStiPlesseyCheckSum.forValue(int value) static StiPlesseyCheckSumReturns the enum constant of this class with the specified name.static StiPlesseyCheckSum[]StiPlesseyCheckSum.values()Returns an array containing the constants of this enum class, in the order they are declared.