java.lang.Object
de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.AbstractAttributeInfo
de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.ArrayAttributeInfo
All Implemented Interfaces:
AttributeInfo

public class ArrayAttributeInfo extends AbstractAttributeInfo
Klasse, die noch zu dokumentieren ist.
  • Constructor Details

  • 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

      public AttributeInfo getElementInfo()