org.utgenome.gwt.utgb.client.track.lib.old.datatype
Class LowerBoundType

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.db.datatype.DataTypeBase
      extended by org.utgenome.gwt.utgb.client.track.lib.old.datatype.LowerBoundType
All Implemented Interfaces:
DataType

public class LowerBoundType
extends DataTypeBase


Field Summary
 
Fields inherited from class org.utgenome.gwt.utgb.client.db.datatype.DataTypeBase
isNotNull, isPrimaryKey, name
 
Constructor Summary
LowerBoundType(String parameterName, double minValue, double maxValue)
           
 
Method Summary
 InputForm getInputForm()
          Get a user interface for retrieving the data of this data type
 String getTypeName()
           
 void setParameters(Map<String,String> parameterMap)
           
 
Methods inherited from class org.utgenome.gwt.utgb.client.db.datatype.DataTypeBase
getName, isNotNull, isPrimaryKey, setAsPrimaryKey, setNotNull, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LowerBoundType

public LowerBoundType(String parameterName,
                      double minValue,
                      double maxValue)
Method Detail

getInputForm

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

Returns:

getTypeName

public String getTypeName()

setParameters

public void setParameters(Map<String,String> parameterMap)


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