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

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

public final class HiddenType
extends DataType

Version:
$Revision: 8784 $
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 HiddenType 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 HiddenType getInstance()

getOrdinal

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