org.utgenome.gwt.utgb.client.db.datatype
Class IntegerType

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.db.datatype.DataTypeBase
      extended by org.utgenome.gwt.utgb.client.db.datatype.IntegerType
All Implemented Interfaces:
DataType

public class IntegerType
extends DataTypeBase


Nested Class Summary
 class IntegerType.IntegerTypeForm
           
 class IntegerType.IntegerTypeListBox
           
 
Field Summary
 
Fields inherited from class org.utgenome.gwt.utgb.client.db.datatype.DataTypeBase
isNotNull, isPrimaryKey, name
 
Constructor Summary
IntegerType(String name)
           
IntegerType(String name, boolean isPrimaryKey, boolean isNotNull)
           
IntegerType(String name, ValueDomain valueDomain)
           
 
Method Summary
 InputForm getInputForm()
          Get a user interface for retrieving the data of this data type
 String getTypeName()
           
 String toString(com.google.gwt.json.client.JSONValue value)
           
 
Methods inherited from class org.utgenome.gwt.utgb.client.db.datatype.DataTypeBase
getName, isNotNull, isPrimaryKey, setAsPrimaryKey, setNotNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerType

public IntegerType(String name)

IntegerType

public IntegerType(String name,
                   ValueDomain valueDomain)

IntegerType

public IntegerType(String name,
                   boolean isPrimaryKey,
                   boolean isNotNull)
Method Detail

getInputForm

public InputForm getInputForm()
Description copied from interface: DataType
Get a user interface for retrieving the data of this data type

Returns:

toString

public String toString(com.google.gwt.json.client.JSONValue value)
Specified by:
toString in interface DataType
Overrides:
toString in class DataTypeBase
Returns:

getTypeName

public String getTypeName()


Copyright © 2007-2012 utgenome.org. All Rights Reserved.