Public Member Functions

org.exolab.castor.xml.validators.ShortValidator Class Reference

Inheritance diagram for org.exolab.castor.xml.validators.ShortValidator:
org.exolab.castor.xml.validators.PatternValidator org.exolab.castor.xml.TypeValidator

List of all members.

Public Member Functions

 ShortValidator ()
void clearFixed ()
void clearMax ()
void clearMin ()
Short getFixed ()
Short getMaxInclusive ()
Short getMinInclusive ()
boolean hasFixed ()
void setFixed (short fixedValue)
void setMinExclusive (short minValue)
void setMinInclusive (short minValue)
void setMaxExclusive (short maxValue)
void setMaxInclusive (short maxValue)
void validate (short s, ValidationContext context) throws ValidationException
void validate (Object object) throws ValidationException
void validate (Object object, ValidationContext context) throws ValidationException

Detailed Description

The Short Validation class. This class handles validation for the short type.

Author:
Keith Visco
Arnaud Blandin
Version:
Revision:
1.2
Date:
2003/03/03 09:57:21

Constructor & Destructor Documentation

org.exolab.castor.xml.validators.ShortValidator.ShortValidator (  ) 

Creates a new ShortValidator with no restrictions


Member Function Documentation

void org.exolab.castor.xml.validators.ShortValidator.clearFixed (  ) 

Clears the fixed value for this ShortValidator

void org.exolab.castor.xml.validators.ShortValidator.clearMax (  ) 

Clears the maximum value for this ShortValidator

void org.exolab.castor.xml.validators.ShortValidator.clearMin (  ) 

Clears the minimum value for this ShortValidator

Short org.exolab.castor.xml.validators.ShortValidator.getFixed (  ) 

Returns the fixed value that shorts validated with this validator must be equal to. A null value is returned if no fixed value has been specified.

Returns:
the fixed value to validate against.
Short org.exolab.castor.xml.validators.ShortValidator.getMaxInclusive (  ) 

Returns the maximum value that shorts validated with this validator must be equal to or less than. A null value is returned if no maximum value has been specified.

Returns:
the maximum inclusive value to validate against.
Short org.exolab.castor.xml.validators.ShortValidator.getMinInclusive (  ) 

Returns the minimum value that shorts validated with this validator must be equal to or greater than. A null value is returned if no minimum value has been specified.

Returns:
the minimum inclusive value to validate against.
boolean org.exolab.castor.xml.validators.ShortValidator.hasFixed (  ) 

Returns true if a fixed value, to validate against, has been set.

Returns:
true if a fixed value has been set.
void org.exolab.castor.xml.validators.ShortValidator.setFixed ( short  fixedValue  ) 

Sets the fixed value that shorts validated with this validated must be equal to

Parameters:
fixedValue the fixed value a short validated with this validator must be equal to.
NOTE: Using Fixed values takes preceedence over using max and mins, and is really the same as setting both max-inclusive and min-inclusive to the same value
void org.exolab.castor.xml.validators.ShortValidator.setMaxExclusive ( short  maxValue  ) 

Sets the maximum value that shorts validated with this validator must be less than

Parameters:
maxValue the maximum value a short validated with this validator must be less than
void org.exolab.castor.xml.validators.ShortValidator.setMaxInclusive ( short  maxValue  ) 

Sets the maximum value that shorts validated with this validator are allowed to be

Parameters:
maxValue the maximum value a short validated with this validator may be
void org.exolab.castor.xml.validators.ShortValidator.setMinExclusive ( short  minValue  ) 

Sets the minimum value that shorts validated with this validator must be greater than

Parameters:
minValue the minimum value a short validated with this validator must be greater than
void org.exolab.castor.xml.validators.ShortValidator.setMinInclusive ( short  minValue  ) 

Sets the minimum value that shorts validated with this validator are allowed to be

Parameters:
minValue the minimum value a short validated with this validator may be
void org.exolab.castor.xml.validators.ShortValidator.validate ( Object  object,
ValidationContext  context 
) throws ValidationException

Validates the given Object

Parameters:
object the Object to validate
context the ValidationContext

Implements org.exolab.castor.xml.TypeValidator.

References org.exolab.castor.xml.validators.ShortValidator.validate().

void org.exolab.castor.xml.validators.ShortValidator.validate ( Object  object  )  throws ValidationException

Validates the given Object

Parameters:
object the Object to validate

References org.exolab.castor.xml.validators.ShortValidator.validate().

void org.exolab.castor.xml.validators.ShortValidator.validate ( short  s,
ValidationContext  context 
) throws ValidationException

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties