org.jboss.portal.widget.netvibes.type
Class NVRangeType

java.lang.Object
  extended by org.jboss.portal.widget.netvibes.type.NVDataType
      extended by org.jboss.portal.widget.netvibes.type.NVRangeType

public final class NVRangeType
extends NVDataType

Version:
$Revision$
Author:
Emanuel Muckenhuber

Field Summary
 
Fields inherited from class org.jboss.portal.widget.netvibes.type.NVDataType
BOOLEAN, HIDDEN, LIST, PASSWORD, RANGE, TEXT, TEXTAREA
 
Constructor Summary
NVRangeType(int min, int max, int step)
           
 
Method Summary
 int getMax()
           
 int getMin()
           
 int getOrdinal()
           
 int getStep()
           
 
Methods inherited from class org.jboss.portal.widget.netvibes.type.NVDataType
parseDataTypeLiteral
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NVRangeType

public NVRangeType(int min,
                   int max,
                   int step)
Method Detail

getOrdinal

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

getMin

public int getMin()

getMax

public int getMax()

getStep

public int getStep()