de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1
Class AttributeSetDefinitionInfo

java.lang.Object
  extended by de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.AbstractAttributeDefinitionInfo
      extended by de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.AttributeSetDefinitionInfo
All Implemented Interfaces:
AttributeDefinitionInfo

public class AttributeSetDefinitionInfo
extends AbstractAttributeDefinitionInfo

Klasse, die noch zu dokumentieren ist.

Author:
Kappich+Kniß Systemberatung Aachen (K2S), Roland Schmitz (rs)

Field Summary
protected  int _fixedSize
           
protected  boolean _sizeFixed
           
 
Constructor Summary
AttributeSetDefinitionInfo(AttributeSet attributeSet)
           
 
Method Summary
 void dump(int indent)
           
 AttributeType getAttributeType()
           
 int getFixedSize()
           
 AttributeInfo getItem(int itemIndex)
           
 AttributeInfo getItem(String name)
           
 int getItemCount()
           
 int getSize(byte[] bytes, int offset)
           
 String getSuffixText(byte[] bytes, int offset)
           
 String getValueText(byte[] bytes, int offset)
           
 boolean isList()
           
 boolean isSizeFixed()
           
 
Methods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.data.info.version1.AbstractAttributeDefinitionInfo
byteValue, doubleValue, floatValue, forAttributeType, forAttributSet, forgetDataModel, getId, getMillis, getSeconds, getState, getSystemObject, getUnscaledSuffixText, getUnscaledValueText, intValue, isNumber, isNumberAttribute, isReferenceAttribute, isScalableNumberAttribute, isState, isTimeAttribute, longValue, shortValue, unscaledByteValue, unscaledDoubleValue, unscaledFloatValue, unscaledIntValue, unscaledLongValue, unscaledShortValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_sizeFixed

protected final boolean _sizeFixed

_fixedSize

protected final int _fixedSize
Constructor Detail

AttributeSetDefinitionInfo

public AttributeSetDefinitionInfo(AttributeSet attributeSet)
Method Detail

dump

public void dump(int indent)

isSizeFixed

public boolean isSizeFixed()

getFixedSize

public int getFixedSize()

getAttributeType

public AttributeType getAttributeType()

isList

public boolean isList()

getItem

public AttributeInfo getItem(String name)

getItem

public AttributeInfo getItem(int itemIndex)

getItemCount

public int getItemCount()

getSize

public int getSize(byte[] bytes,
                   int offset)

getValueText

public String getValueText(byte[] bytes,
                           int offset)

getSuffixText

public String getSuffixText(byte[] bytes,
                            int offset)