Class IntDefinitionInfo
- 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.IntDefinitionInfo
-
- All Implemented Interfaces:
AttributeDefinitionInfo
public final class IntDefinitionInfo 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 IntDefinitionInfo(IntegerAttributeType att)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFixedSize()
byte
unscaledByteValue(byte[] bytes, int offset)
double
unscaledDoubleValue(byte[] bytes, int offset)
float
unscaledFloatValue(byte[] bytes, int offset)
int
unscaledIntValue(byte[] bytes, int offset)
long
unscaledLongValue(byte[] bytes, int offset)
short
unscaledShortValue(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
-
IntDefinitionInfo
public IntDefinitionInfo(IntegerAttributeType att)
-
-
Method Detail
-
getFixedSize
public int getFixedSize()
-
unscaledByteValue
public byte unscaledByteValue(byte[] bytes, int offset)
- Specified by:
unscaledByteValue
in interfaceAttributeDefinitionInfo
- Overrides:
unscaledByteValue
in classAbstractAttributeDefinitionInfo
-
unscaledShortValue
public short unscaledShortValue(byte[] bytes, int offset)
- Specified by:
unscaledShortValue
in interfaceAttributeDefinitionInfo
- Overrides:
unscaledShortValue
in classAbstractAttributeDefinitionInfo
-
unscaledIntValue
public int unscaledIntValue(byte[] bytes, int offset)
- Specified by:
unscaledIntValue
in interfaceAttributeDefinitionInfo
- Overrides:
unscaledIntValue
in classAbstractAttributeDefinitionInfo
-
unscaledLongValue
public long unscaledLongValue(byte[] bytes, int offset)
- Specified by:
unscaledLongValue
in interfaceAttributeDefinitionInfo
- Overrides:
unscaledLongValue
in classAbstractAttributeDefinitionInfo
-
unscaledFloatValue
public float unscaledFloatValue(byte[] bytes, int offset)
- Specified by:
unscaledFloatValue
in interfaceAttributeDefinitionInfo
- Overrides:
unscaledFloatValue
in classAbstractAttributeDefinitionInfo
-
unscaledDoubleValue
public double unscaledDoubleValue(byte[] bytes, int offset)
- Specified by:
unscaledDoubleValue
in interfaceAttributeDefinitionInfo
- Overrides:
unscaledDoubleValue
in classAbstractAttributeDefinitionInfo
-
-