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

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

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

getOrdinal

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