|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object
|
+--org.apache.taglibs.rdc.core.BaseModel
|
+--org.apache.taglibs.rdc.ZipCode
Datamodel for the zipCode RDC. The zipCode RDC is associated with the zip code input, the length which the inputs should have, and a pattern to which the input must conform.
| Nested Class Summary |
|---|
| Nested classes inherited from class org.apache.taglibs.rdc.core.BaseModel |
|---|
BaseModel.ValueInterpreter |
| Field Summary | |
|---|---|
static int |
ERR_INCORRECT_LENGTH_ZIP_CODE
A constant for Error Code stating Invalid length of Zip Code |
static int |
ERR_INVALID_ZIP_CODE
A constant for Error Code stating Invalid Zip Code |
| Fields inherited from class org.apache.taglibs.rdc.core.BaseModel |
|---|
ambiguousValues, candidates, canonicalizedValue, className, configuration, confirm, confirmed, DEFAULT_INITIAL_GRAMMAR_NAME, DEFAULT_MIN_CONFIDENCE, DEFAULT_NUM_N_BEST, echo, ERR_NO_DEFAULT, ERR_NONE, errorCode, exitStatus, grammars, id, initial, initialGrammar, interpretation, isAmbiguous, isValid, locale, maxNoInput, maxNoMatch, minConfidence, numNBest, paramsMap, PROPERTY_INITIAL_GRAMMAR, rdcLocale, rdcResourceBundle, skipSubmit, state, subdialog, submit, utterance, value |
| Constructor Summary | |
|---|---|
ZipCode()
Sets default values for all data members |
|
| Method Summary | |
|---|---|
java.lang.String |
getLength()
Gets the length as a string |
java.lang.String |
getPattern()
Gets the pattern string |
void |
setLength(java.lang.String length)
Sets the allowed length of input |
void |
setPattern(java.lang.String pattern)
Sets the pattern string to which the input must conform |
protected java.lang.Boolean |
validate(java.lang.Object newValue,
boolean setErrorCode)
Validates the input against the given constraints |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int ERR_INVALID_ZIP_CODE
public static final int ERR_INCORRECT_LENGTH_ZIP_CODE
| Constructor Detail |
public ZipCode()
| Method Detail |
public void setLength(java.lang.String length)
length - the allowed length of inputpublic java.lang.String getLength()
public void setPattern(java.lang.String pattern)
pattern - the pattern string to which the input must conformpublic java.lang.String getPattern()
protected java.lang.Boolean validate(java.lang.Object newValue,
boolean setErrorCode)
validate in class BaseModel
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||