com.moyosoft.connector.ms.excel
Class ParameterType

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.ParameterType

public class ParameterType
extends AbstractType

See Also:
Serialized Form

Field Summary
static ParameterType CONSTANT
           
static ParameterType PROMPT
           
static ParameterType RANGE
           
 
Method Summary
static ParameterType getById(int pId)
           
 boolean isConstant()
           
 boolean isPrompt()
           
 boolean isRange()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROMPT

public static final ParameterType PROMPT

CONSTANT

public static final ParameterType CONSTANT

RANGE

public static final ParameterType RANGE
Method Detail

getById

public static ParameterType getById(int pId)

isPrompt

public boolean isPrompt()

isConstant

public boolean isConstant()

isRange

public boolean isRange()