com.pmease.quickbuild.variable
Class PromptAsNumericInput

java.lang.Object
  extended by com.pmease.quickbuild.variable.PromptSetting
      extended by com.pmease.quickbuild.variable.PromptAsNumericInput
All Implemented Interfaces:
java.io.Serializable

public class PromptAsNumericInput
extends PromptSetting

See Also:
Serialized Form

Constructor Summary
PromptAsNumericInput()
           
 
Method Summary
 java.lang.Integer getMaxValue()
           
 java.lang.Integer getMinValue()
           
 java.lang.String getPropertyDef(java.lang.String name, int index)
           
 void setMaxValue(java.lang.Integer maxValue)
           
 void setMinValue(java.lang.Integer minValue)
           
 
Methods inherited from class com.pmease.quickbuild.variable.PromptSetting
escape, getDescription, getDisplayName, isAllowEmpty, isRemember, setAllowEmpty, setDescription, setDisplayName, setRemember
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PromptAsNumericInput

public PromptAsNumericInput()
Method Detail

getMinValue

public java.lang.Integer getMinValue()

setMinValue

public void setMinValue(java.lang.Integer minValue)

getMaxValue

public java.lang.Integer getMaxValue()

setMaxValue

public void setMaxValue(java.lang.Integer maxValue)

getPropertyDef

public java.lang.String getPropertyDef(java.lang.String name,
                                       int index)
Specified by:
getPropertyDef in class PromptSetting


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.