org.jcoderz.phoenix.templategen
Class Parameter
java.lang.Object
org.jcoderz.phoenix.templategen.Parameter
public class Parameter
- extends Object
- Author:
- Albrecht Messner
|
Constructor Summary |
Parameter(String name,
int minLength,
int maxLength,
boolean multiLine)
|
Parameter
public Parameter(String name,
int minLength,
int maxLength,
boolean multiLine)
getMaxLength
public int getMaxLength()
getMinLength
public int getMinLength()
isMultiLine
public boolean isMultiLine()
getName
public String getName()
getDescription
public String getDescription()
setDescription
public void setDescription(String string)
getDefaultValue
public String getDefaultValue()
getRegexp
public String getRegexp()
setDefaultValue
public void setDefaultValue(String string)
setRegexp
public void setRegexp(String string)
checkValue
public void checkValue(String value)
throws TemplateGeneratorException
- Throws:
TemplateGeneratorException
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright 2007 The jCoderZ Project.