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

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

public final class NVTextType
extends NVDataType

Version:
$Revision$
Author:
Emanuel Muckenhuber

Field Summary
 
Fields inherited from class org.jboss.portal.widget.netvibes.type.NVDataType
BOOLEAN, HIDDEN, LIST, PASSWORD, RANGE, TEXT, TEXTAREA
 
Method Summary
static NVTextType getInstance()
           
 int getOrdinal()
           
 
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
 

Method Detail

getInstance

public static NVTextType getInstance()

getOrdinal

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