Class ShortDefinitionInfo
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.ShortDefinitionInfo
- All Implemented Interfaces:
AttributeDefinitionInfo
public final class ShortDefinitionInfo 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, _precisionTestNumberFormatFields inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.AttributeTypeDefinitionInfo
_doubleNumberFormat -
Constructor Summary
Constructors Constructor Description ShortDefinitionInfo(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, shortValueMethods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.AttributeTypeDefinitionInfo
containsItem, dump, getAttributeType, getItem, getItem, getItemCount, getSize, isList, readInt, readLong, readShort, readUnsignedIntMethods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.AbstractAttributeDefinitionInfo
forAttributeType, forAttributSet, forgetDataModel, getId, getMillis, getSeconds, getSystemObject, isReferenceAttribute, isTimeAttributeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ShortDefinitionInfo
-
-
Method Details
-
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
-