ooc
Class AttributeConverterBigDecimal

java.lang.Object
  extended byooc.AttributeConverterAbstract
      extended byooc.AttributeConverterNumber
          extended byooc.AttributeConverterBigDecimal
All Implemented Interfaces:
AttributeConverter

public class AttributeConverterBigDecimal
extends AttributeConverterNumber


Constructor Summary
AttributeConverterBigDecimal()
           
 
Method Summary
 java.lang.Class getClass(java.lang.String vCard, java.lang.String strValue, Tag tag, TagAttribute attribute, TagErrorHandler teh)
          Returns the class of the instance converted by this attribute converter.
 
Methods inherited from class ooc.AttributeConverterNumber
convertWrapt, validate
 
Methods inherited from class ooc.AttributeConverterAbstract
convert, needsValidateCard, needsValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeConverterBigDecimal

public AttributeConverterBigDecimal()
Method Detail

getClass

public java.lang.Class getClass(java.lang.String vCard,
                                java.lang.String strValue,
                                Tag tag,
                                TagAttribute attribute,
                                TagErrorHandler teh)
Description copied from interface: AttributeConverter
Returns the class of the instance converted by this attribute converter.