de.bsvrz.dav.daf.communication.dataRepresentation
Class AttributeBaseValueDataFactory.AttributeArrayAdapter.AttributeListArrayAdapter.AttributeListArrayItemData

java.lang.Object
  extended by de.bsvrz.dav.daf.communication.dataRepresentation.AbstractData
      extended by de.bsvrz.dav.daf.communication.dataRepresentation.AbstractData.StructuredData
          extended by de.bsvrz.dav.daf.communication.dataRepresentation.AbstractData.ListData
              extended by de.bsvrz.dav.daf.communication.dataRepresentation.AttributeBaseValueDataFactory.AttributeArrayAdapter.AttributeListArrayAdapter.AttributeListArrayItemData
All Implemented Interfaces:
Data
Enclosing class:
AttributeBaseValueDataFactory.AttributeArrayAdapter.AttributeListArrayAdapter

private class AttributeBaseValueDataFactory.AttributeArrayAdapter.AttributeListArrayAdapter.AttributeListArrayItemData
extends AbstractData.ListData


Nested Class Summary
 
Nested classes/interfaces inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.AbstractData
AbstractData.AbsoluteMillisTimeValue, AbstractData.AbsoluteSecondsTimeValue, AbstractData.Array, AbstractData.ArrayData, AbstractData.ListData, AbstractData.NumberArray, AbstractData.NumberValue, AbstractData.PlainData, AbstractData.ReferenceValue, AbstractData.RelativeTimeValue, AbstractData.StructuredData, AbstractData.TextValue
 
Nested classes/interfaces inherited from interface de.bsvrz.dav.daf.main.Data
Data.FormatException, Data.ReferenceArray, Data.TextArray, Data.TimeArray
 
Field Summary
private  List _dataList
           
(package private)  int _itemIndex
           
 
Constructor Summary
AttributeBaseValueDataFactory.AttributeArrayAdapter.AttributeListArrayAdapter.AttributeListArrayItemData(int itemIndex)
           
 
Method Summary
 AttributeType getAttributeType()
          Liefert den Attribut-Typ eines Datums zurück.
 String getName()
          Liefert den Namen eines Datums zurück.
 Iterator iterator()
          Liefert einen Iterator zurück, der über die Sub-Daten dieser Liste oder die Element-Daten dieses Arrays iteriert.
 
Methods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.AbstractData.ListData
isArray, isList, valueToString
 
Methods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.AbstractData.StructuredData
asTextValue, isDefined, isPlain, setToDefault
 
Methods inherited from class de.bsvrz.dav.daf.communication.dataRepresentation.AbstractData
asArray, asReferenceArray, asReferenceValue, asScaledArray, asScaledValue, asTextArray, asTimeArray, asTimeValue, asUnscaledArray, asUnscaledValue, createModifiableCopy, createUnmodifiableCopy, getArray, getItem, getReferenceArray, getReferenceValue, getScaledArray, getScaledValue, getTextArray, getTextValue, getTimeArray, getTimeValue, getUnscaledArray, getUnscaledValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_itemIndex

final int _itemIndex

_dataList

private List _dataList
Constructor Detail

AttributeBaseValueDataFactory.AttributeArrayAdapter.AttributeListArrayAdapter.AttributeListArrayItemData

AttributeBaseValueDataFactory.AttributeArrayAdapter.AttributeListArrayAdapter.AttributeListArrayItemData(int itemIndex)
Method Detail

getAttributeType

public AttributeType getAttributeType()
Description copied from interface: Data
Liefert den Attribut-Typ eines Datums zurück.

Returns:
Attribut-Typ des Datums

getName

public String getName()
Description copied from interface: Data
Liefert den Namen eines Datums zurück.

Returns:
Name des Datums

iterator

public Iterator iterator()
Description copied from interface: Data
Liefert einen Iterator zurück, der über die Sub-Daten dieser Liste oder die Element-Daten dieses Arrays iteriert.

Returns:
Iterator über die Sub-Daten dieser Liste oder die Element-Daten dieses Arrays.