|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInputDefinition
Field Summary | |
---|---|
static int |
CODED
CODED inputs need not be supplied. |
static int |
CONSTANT
CONSTANT inputs need not be supplied. |
static String |
FROM_PROCESS
this field is used to flag where the input came from, ie from a process or from the user. |
static int |
OPTIONAL
OPTIONAL inputs need not be supplied. |
static int |
PROCESS
PROCESS inputs need not be supplied. |
static int |
REQUIRED
REQUIRED inputs must be supplied in the request, session or responseData as appropriate. |
static String[] |
REQUIREMENT_STRINGS
|
Method Summary | |
---|---|
Object |
clone()
|
Object |
getDefaultValue()
Returns the defaultValue. |
String |
getDescription()
Returns the description. |
String |
getName()
Returns the name. |
int |
getRequirement()
Returns the requirement. |
String |
getRequirementAsString()
|
String |
getSource()
|
ValidationRule |
getValidationRule()
|
String |
getValidationRuleAsString()
|
void |
setDefaultValue(Object defaultValue)
|
void |
setDescription(String description)
|
void |
setName(String name)
|
void |
setRequirement(int requirement)
|
void |
setRequirementAsString(String requirement)
|
void |
setSource(String source)
|
void |
setValidationRule(ValidationRule newValidationRule)
|
void |
setValidationRuleAsString(String newValidationRule)
|
Field Detail |
---|
static final String FROM_PROCESS
static final int REQUIRED
static final int CONSTANT
static final int OPTIONAL
static final int CODED
static final int PROCESS
static final String[] REQUIREMENT_STRINGS
Method Detail |
---|
Object getDefaultValue()
String getDescription()
String getName()
int getRequirement()
String getRequirementAsString()
String getSource()
void setSource(String source)
void setDefaultValue(Object defaultValue)
void setDescription(String description)
void setName(String name)
void setRequirement(int requirement)
void setRequirementAsString(String requirement)
Object clone() throws CloneNotSupportedException
CloneNotSupportedException
ValidationRule getValidationRule()
String getValidationRuleAsString()
void setValidationRule(ValidationRule newValidationRule)
void setValidationRuleAsString(String newValidationRule)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |