Class ByteDefinitionInfo
- java.lang.Object
-
- de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.AbstractAttributeDefinitionInfo
-
- de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.AttributeTypeDefinitionInfo
-
- de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.NumberDefinitionInfo
-
- de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.ByteDefinitionInfo
-
- All Implemented Interfaces:
AttributeDefinitionInfo
public final class ByteDefinitionInfo extends NumberDefinitionInfo
Klasse, die noch zu dokumentieren ist.
-
-
Field Summary
-
Fields inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.NumberDefinitionInfo
_integerNumberFormat, _precisionTestNumberFormat
-
Fields inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.AttributeTypeDefinitionInfo
_doubleNumberFormat
-
-
Constructor Summary
Constructors Constructor Description ByteDefinitionInfo(IntegerAttributeType att)
-
Method Summary
Modifier and Type Method Description intgetFixedSize()byteunscaledByteValue(byte[] bytes, int offset)doubleunscaledDoubleValue(byte[] bytes, int offset)floatunscaledFloatValue(byte[] bytes, int offset)intunscaledIntValue(byte[] bytes, int offset)longunscaledLongValue(byte[] bytes, int offset)shortunscaledShortValue(byte[] bytes, int offset)-
Methods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.NumberDefinitionInfo
byteValue, doubleValue, floatValue, getState, getState, getSuffixText, getUnscaledSuffixText, getUnscaledValueText, getValueText, intValue, isNumber, isNumberAttribute, isScalableNumberAttribute, isSizeFixed, isState, longValue, shortValue
-
Methods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.AttributeTypeDefinitionInfo
containsItem, dump, getAttributeType, getItem, getItem, getItemCount, getSize, isList, readInt, readLong, readShort, readUnsignedInt
-
Methods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.AbstractAttributeDefinitionInfo
forAttributeType, forAttributSet, forgetDataModel, getId, getMillis, getSeconds, getSystemObject, isReferenceAttribute, isTimeAttribute
-
-
-
-
Constructor Detail
-
ByteDefinitionInfo
public ByteDefinitionInfo(IntegerAttributeType att)
-
-
Method Detail
-
getFixedSize
public int getFixedSize()
-
unscaledByteValue
public byte unscaledByteValue(byte[] bytes, int offset)- Specified by:
unscaledByteValuein interfaceAttributeDefinitionInfo- Overrides:
unscaledByteValuein classAbstractAttributeDefinitionInfo
-
unscaledShortValue
public short unscaledShortValue(byte[] bytes, int offset)- Specified by:
unscaledShortValuein interfaceAttributeDefinitionInfo- Overrides:
unscaledShortValuein classAbstractAttributeDefinitionInfo
-
unscaledIntValue
public int unscaledIntValue(byte[] bytes, int offset)- Specified by:
unscaledIntValuein interfaceAttributeDefinitionInfo- Overrides:
unscaledIntValuein classAbstractAttributeDefinitionInfo
-
unscaledLongValue
public long unscaledLongValue(byte[] bytes, int offset)- Specified by:
unscaledLongValuein interfaceAttributeDefinitionInfo- Overrides:
unscaledLongValuein classAbstractAttributeDefinitionInfo
-
unscaledFloatValue
public float unscaledFloatValue(byte[] bytes, int offset)- Specified by:
unscaledFloatValuein interfaceAttributeDefinitionInfo- Overrides:
unscaledFloatValuein classAbstractAttributeDefinitionInfo
-
unscaledDoubleValue
public double unscaledDoubleValue(byte[] bytes, int offset)- Specified by:
unscaledDoubleValuein interfaceAttributeDefinitionInfo- Overrides:
unscaledDoubleValuein classAbstractAttributeDefinitionInfo
-
-