com.google.zxing.oned.rss
Class DataCharacter

java.lang.Object
  extended by com.google.zxing.oned.rss.DataCharacter

public class DataCharacter
extends Object


Constructor Summary
DataCharacter(int value, int checksumPortion)
           
 
Method Summary
 int getChecksumPortion()
           
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataCharacter

public DataCharacter(int value,
                     int checksumPortion)
Method Detail

getValue

public final int getValue()

getChecksumPortion

public final int getChecksumPortion()


Copyright © 2007-2012. All Rights Reserved.