Daisy Open Source CMS

org.outerj.daisy.tools.importexport.model.schema
Class ImpExpStaticSelectionList

java.lang.Object
  extended by org.outerj.daisy.tools.importexport.model.schema.ImpExpStaticSelectionList

public class ImpExpStaticSelectionList
extends Object


Constructor Summary
ImpExpStaticSelectionList(ValueType valueType)
           
 
Method Summary
 void addItem(ImpExpStaticListItem item)
           
 void clear()
           
 List<ImpExpStaticListItem> getItems()
           
 ValueType getValueType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImpExpStaticSelectionList

public ImpExpStaticSelectionList(ValueType valueType)
Method Detail

addItem

public void addItem(ImpExpStaticListItem item)

clear

public void clear()

getItems

public List<ImpExpStaticListItem> getItems()

getValueType

public ValueType getValueType()

Daisy Open Source CMS