Media Authoring
with Java API

tv.amwa.maj.entity.item
Class ListItem

java.lang.Object
  extended by tv.amwa.maj.entity.item.Item
      extended by tv.amwa.maj.entity.item.ListItem
Direct Known Subclasses:
AAFFileDescriptorItem, ComponentItem, ControlPointItem, IdentificationItem, KLVDataItem, LocatorItem, MobSlotItem, OperationDefinitionItem, ParameterItem, RGBAComponentItem, RIFFChunkItem, SegmentItem, SubDescriptorItem, TaggedValueItem

public abstract class ListItem
extends Item


Constructor Summary
ListItem()
           
 
Method Summary
 int getListIndex()
           
static void resetListIndices(List<?> list)
           
 void setListIndex(int index)
           
 String toString()
           
static
<T extends ListItem,X>
List<X>
unpackList(List<T> indexedList)
           
 
Methods inherited from class tv.amwa.maj.entity.item.Item
equals, getItem, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListItem

public ListItem()
Method Detail

getListIndex

public int getListIndex()

setListIndex

public void setListIndex(int index)

toString

public String toString()
Overrides:
toString in class Item

resetListIndices

public static final void resetListIndices(List<?> list)

unpackList

public static final <T extends ListItem,X> List<X> unpackList(List<T> indexedList)

Media Authoring
with Java API

(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.