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

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

public final class NVBooleanType
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 NVBooleanType 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 NVBooleanType getInstance()

getOrdinal

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