org.jboss.portal.widget.google.type
Class BoolType

java.lang.Object
  extended by org.jboss.portal.widget.google.type.DataType
      extended by org.jboss.portal.widget.google.type.BoolType

public final class BoolType
extends DataType

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.jboss.portal.widget.google.type.DataType
BOOL, ENUM, HIDDEN, LIST, LOCATION, STRING
 
Method Summary
static BoolType getInstance()
           
 int getOrdinal()
           
 
Methods inherited from class org.jboss.portal.widget.google.type.DataType
parseDataTypeLiteral
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static BoolType getInstance()

getOrdinal

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