org.jboss.portal.widget.netvibes.type
Class NVListType

java.lang.Object
  extended by org.jboss.portal.widget.netvibes.type.NVDataType
      extended by org.jboss.portal.widget.netvibes.type.NVListType

public final class NVListType
extends NVDataType

Version:
$Revision$
Author:
Emanuel Muckenhuber

Nested Class Summary
static class NVListType.NVListValue
           
 
Field Summary
 
Fields inherited from class org.jboss.portal.widget.netvibes.type.NVDataType
BOOLEAN, HIDDEN, LIST, PASSWORD, RANGE, TEXT, TEXTAREA
 
Constructor Summary
NVListType(java.util.List<NVListType.NVListValue> values)
           
 
Method Summary
 int getOrdinal()
           
 int getSize()
           
 NVListType.NVListValue getValue(int index)
           
 
Methods inherited from class org.jboss.portal.widget.netvibes.type.NVDataType
parseDataTypeLiteral
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NVListType

public NVListType(java.util.List<NVListType.NVListValue> values)
Method Detail

getOrdinal

public int getOrdinal()
Specified by:
getOrdinal in class NVDataType

getSize

public int getSize()

getValue

public NVListType.NVListValue getValue(int index)