de.bsvrz.dav.daf.communication.dataRepresentation
Class AttributeBaseValueDataFactory.AttributeValueAdapter.NumberValueAdapter

java.lang.Object
  extended by de.bsvrz.dav.daf.communication.dataRepresentation.AbstractData.TextValue
      extended by de.bsvrz.dav.daf.communication.dataRepresentation.AbstractData.NumberValue
          extended by de.bsvrz.dav.daf.communication.dataRepresentation.AttributeBaseValueDataFactory.AttributeValueAdapter.NumberValueAdapter
All Implemented Interfaces:
Data.NumberValue, Data.TextValue
Direct Known Subclasses:
AttributeBaseValueDataFactory.AttributeValueAdapter.DoubleValueAdapter, AttributeBaseValueDataFactory.AttributeValueAdapter.IntegerValueAdapter
Enclosing class:
AttributeBaseValueDataFactory.AttributeValueAdapter

private abstract static class AttributeBaseValueDataFactory.AttributeValueAdapter.NumberValueAdapter
extends AbstractData.NumberValue


Constructor Summary
private AttributeBaseValueDataFactory.AttributeValueAdapter.NumberValueAdapter()
           
 
Method Summary
 
Methods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.AbstractData.NumberValue
byteValue, doubleValue, floatValue, getState, intValue, isNumber, isState, longValue, set, set, set, set, setState, setText, shortValue
 
Methods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.AbstractData.TextValue
getSuffixText, getText, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.bsvrz.dav.daf.main.Data.TextValue
getSuffixText, getText, getValueText
 

Constructor Detail

AttributeBaseValueDataFactory.AttributeValueAdapter.NumberValueAdapter

private AttributeBaseValueDataFactory.AttributeValueAdapter.NumberValueAdapter()