|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Validator
Interface for a validator. A validator validates a string. The purpose of this interface is to force each validator class to have methods: isDataValid, getDataAttributes and setDataAttributes.
ComparisonRangeValidator| Field Summary | |
|---|---|
static String |
copyright
|
| Method Summary | |
|---|---|
Attributes |
getDataAttributes()
Return DataAttributes |
boolean |
isDataValid(String text)
Determine if the string is a valid string. |
void |
setDataAttributes(Attributes dataAttributes)
Replace dataAttributes. |
| Field Detail |
|---|
static final String copyright
| Method Detail |
|---|
Attributes getDataAttributes()
boolean isDataValid(String text)
text - string to be validated.
void setDataAttributes(Attributes dataAttributes)
throws PropertyVetoException
dataAttributes - com.ibm.etools.iseries.ui.Attributes
PropertyVetoException
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||