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

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

private class AttributeBaseValueDataFactory.AttributeValueAdapter.UnscaledByteValueAdapter
extends AttributeBaseValueDataFactory.AttributeValueAdapter.UnscaledValueAdapter


Constructor Summary
private AttributeBaseValueDataFactory.AttributeValueAdapter.UnscaledByteValueAdapter()
           
 
Method Summary
 byte byteValue()
          Liefert den Zahl-Wert des Datums in einem byte zurück.
protected  AttributeType getAttributeType()
           
protected  String getName()
           
 void set(long value)
          Setzt den Wert des Datum auf den angegebenen Wert.
 
Methods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.AttributeBaseValueDataFactory.AttributeValueAdapter.UnscaledValueAdapter
getSuffixText, getUnscaledLongValue, getValueText, set, setUnscaledLongValue
 
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
doubleValue, floatValue, intValue, isNumber, isState, longValue, 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.UnscaledByteValueAdapter

private AttributeBaseValueDataFactory.AttributeValueAdapter.UnscaledByteValueAdapter()
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

byteValue

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

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

set

public void set(long value)
Description copied from interface: Data.NumberValue
Setzt den Wert des Datum auf den angegebenen Wert.

Specified by:
set in interface Data.NumberValue
Specified by:
set in class AttributeBaseValueDataFactory.AttributeValueAdapter.UnscaledValueAdapter
Parameters:
value - Zu setzender Wert