jet.api
Class SpecFuncNumInfo

java.lang.Object
  extended by jet.api.SpecFuncInfo
      extended by jet.api.SpecFuncNumInfo

public class SpecFuncNumInfo
extends SpecFuncInfo

SpecFuncNumInfo class defines a Special Function of Number type.


Field Summary
 
Fields inherited from class jet.api.SpecFuncInfo
DATETIME_INTERVALS, NUM_INTERVALS, STRING_INTERVALS, VALUE_CHANGE
 
Constructor Summary
SpecFuncNumInfo()
          Constructs a Special Function definition of Number type.
 
Method Summary
 int getType()
          Gets the Special Function's type.
 
Methods inherited from class jet.api.SpecFuncInfo
getDesc, getInterNum, getOtherName, setDesc, setInterNum, setOtherName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecFuncNumInfo

public SpecFuncNumInfo()
Constructs a Special Function definition of Number type.

Method Detail

getType

public int getType()
Gets the Special Function's type.

Overrides:
getType in class SpecFuncInfo
Returns:
SpecFuncInfo.NUM_INTERVALS.