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

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
              extended by de.bsvrz.dav.daf.communication.dataRepresentation.AttributeBaseValueDataFactory.AttributeValueAdapter.IntegerValueAdapter
                  extended by de.bsvrz.dav.daf.communication.dataRepresentation.AttributeBaseValueDataFactory.AttributeValueAdapter.ScaledValueAdapter
                      extended by de.bsvrz.dav.daf.communication.dataRepresentation.AttributeBaseValueDataFactory.AttributeValueAdapter.ScaledIntegerValueAdapter
All Implemented Interfaces:
Data.NumberValue, Data.TextValue
Enclosing class:
AttributeBaseValueDataFactory.AttributeValueAdapter

private class AttributeBaseValueDataFactory.AttributeValueAdapter.ScaledIntegerValueAdapter
extends AttributeBaseValueDataFactory.AttributeValueAdapter.ScaledValueAdapter


Constructor Summary
private AttributeBaseValueDataFactory.AttributeValueAdapter.ScaledIntegerValueAdapter()
           
 
Method Summary
protected  AttributeType getAttributeType()
           
protected  String getName()
           
 long getUnscaledLongValue()
           
 int intValue()
          Liefert den Zahl-Wert des Datums in einem int zurück.
protected  void setUnscaledLongValue(long value)
           
 
Methods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.AttributeBaseValueDataFactory.AttributeValueAdapter.ScaledValueAdapter
doubleValue, getSuffixText, getValueText, isNumber, longValue, set, set
 
Methods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.AttributeBaseValueDataFactory.AttributeValueAdapter.IntegerValueAdapter
getState, getState, setState, setText
 
Methods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.AbstractData.NumberValue
byteValue, floatValue, isState, set, set, shortValue
 
Methods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.AbstractData.TextValue
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
getText
 

Constructor Detail

AttributeBaseValueDataFactory.AttributeValueAdapter.ScaledIntegerValueAdapter

private AttributeBaseValueDataFactory.AttributeValueAdapter.ScaledIntegerValueAdapter()
Method Detail

getName

protected String getName()
Specified by:
getName in class AttributeBaseValueDataFactory.AttributeValueAdapter.IntegerValueAdapter

getAttributeType

protected AttributeType getAttributeType()
Specified by:
getAttributeType in class AttributeBaseValueDataFactory.AttributeValueAdapter.IntegerValueAdapter

getUnscaledLongValue

public long getUnscaledLongValue()
Specified by:
getUnscaledLongValue in class AttributeBaseValueDataFactory.AttributeValueAdapter.IntegerValueAdapter

setUnscaledLongValue

protected void setUnscaledLongValue(long value)
Specified by:
setUnscaledLongValue in class AttributeBaseValueDataFactory.AttributeValueAdapter.IntegerValueAdapter

intValue

public int intValue()
Description copied from interface: Data.NumberValue
Liefert den Zahl-Wert des Datums in einem int zurück.

Specified by:
intValue in interface Data.NumberValue
Overrides:
intValue in class AbstractData.NumberValue
Returns:
Wert des Datums