Class SingleAttributeInfo
java.lang.Object
de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.AbstractAttributeInfo
de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.SingleAttributeInfo
- All Implemented Interfaces:
AttributeInfo
Klasse, die noch zu dokumentieren ist.
-
Constructor Summary
ConstructorsConstructorDescriptionSingleAttributeInfo
(Attribute attribute, int offset, AttributeInfo offsetReferral, AttributeDefinitionInfo definitionInfo) -
Method Summary
Modifier and TypeMethodDescriptionint
getAbsoluteElementOffset
(byte[] bytes, int offset, int elementIndex) int
getElementCount
(byte[] bytes, int offset) int
int
getSize
(byte[] bytes, int offset) boolean
isArray()
boolean
Methods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.AbstractAttributeInfo
createModifiableData, dump, getAbsoluteOffset, getAttribute, getDefaultAttributeValue, getDefinitionInfo, getMaxCount, getName, getOffsetReferral, getRelativeOffset, isCountLimited, isCountVariable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.bsvrz.dav.daf.communication.dataRepresentation.data.info.AttributeInfo
getAttributeGroup
-
Constructor Details
-
SingleAttributeInfo
public SingleAttributeInfo(Attribute attribute, int offset, AttributeInfo offsetReferral, AttributeDefinitionInfo definitionInfo)
-
-
Method Details
-
isArray
public boolean isArray() -
isSizeFixed
public boolean isSizeFixed() -
getFixedSize
public int getFixedSize() -
getSize
public int getSize(byte[] bytes, int offset) -
getElementCount
public int getElementCount(byte[] bytes, int offset) -
getAbsoluteElementOffset
public int getAbsoluteElementOffset(byte[] bytes, int offset, int elementIndex) -
getElementInfo
-