org.utgenome.gwt.utgb.client.db.datatype
Interface DataType

All Known Implementing Classes:
BooleanType, ColorType, DataTypeBase, DispType, DoubleType, FloatType, GradationType, IntegerType, LowerBoundType, PasswordType, SelectType, StringListType, StringType, TextType, UpperBoundType

public interface DataType

A common interface for data types of configuration parameters, database contents etc.

Author:
leo

Method Summary
 InputForm getInputForm()
          Get a user interface for retrieving the data of this data type
 String getName()
          parameter name of this type
 String getTypeName()
           
 boolean isNotNull()
           
 boolean isPrimaryKey()
           
 String toString(com.google.gwt.json.client.JSONValue json)
           
 

Method Detail

getName

String getName()
parameter name of this type

Returns:

getInputForm

InputForm getInputForm()
Get a user interface for retrieving the data of this data type

Returns:

toString

String toString(com.google.gwt.json.client.JSONValue json)
Parameters:
json -
Returns:

getTypeName

String getTypeName()

isPrimaryKey

boolean isPrimaryKey()

isNotNull

boolean isNotNull()


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