|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.xml.validators.TimeValidator
Constructor Summary | |
TimeValidator()
|
Method Summary | |
void |
setMaxExclusive(Time max)
Sets the maximum exclusive value that this RecurringDuration can hold. |
void |
setMaxInclusive(Time max)
Sets the maximum inclusive value that this Recurring Duration can hold. |
void |
setMinExclusive(Time min)
Sets the minimum exclusive value that this RecurringDuration can hold. |
void |
setMinInclusive(Time min)
Sets the minimum inclusive value that this RecurringDuration can hold. |
void |
validate(java.lang.Object object)
Validates the given Object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TimeValidator()
Method Detail |
public void setMaxExclusive(Time max)
max
- the maximum exclusive value this RecurringDuration can besetMaxInclusive(org.exolab.castor.types.Time)
public void setMaxInclusive(Time max)
max
- the maximum inclusive value this RecurringDuration can besetMaxExclusive(org.exolab.castor.types.Time)
public void setMinExclusive(Time min)
setMinInclusive(org.exolab.castor.types.Time)
public void setMinInclusive(Time min)
setMinExclusive(org.exolab.castor.types.Time)
public void validate(java.lang.Object object) throws ValidationException
validate
in interface TypeValidator
object
- the Object to validate
ValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |