A C D G L M N S V

A

AbstractValidatedAttribute - Class in net.sf.validatedattrib.attribute
Base Class for validated attributes.
AbstractValidatedAttribute() - Constructor for class net.sf.validatedattrib.attribute.AbstractValidatedAttribute
 
addConstraint(Constraint) - Method in class net.sf.validatedattrib.attribute.AbstractValidatedAttribute
Adds a constraint to this Validated Attribute.
addConstraint(DoubleConstraint) - Method in class net.sf.validatedattrib.attribute.primitive.ValidatedDouble
 

C

Constraint - Interface in net.sf.validatedattrib.constraint
Constraints Interface.
constraintList - Variable in class net.sf.validatedattrib.attribute.AbstractValidatedAttribute
List of Constraint.

D

DoubleConstraint - Interface in net.sf.validatedattrib.constraint.primitive
TODO: write JavaDoc

G

getValue() - Method in class net.sf.validatedattrib.attribute.primitive.ValidatedDouble
 

L

LOG - Static variable in class net.sf.validatedattrib.attribute.AbstractValidatedAttribute
 

M

max - Variable in class net.sf.validatedattrib.constraint.primitive.ValidatedDoubleMinMaxConstraint
 
min - Variable in class net.sf.validatedattrib.constraint.primitive.ValidatedDoubleMinMaxConstraint
 

N

net.sf.validatedattrib - package net.sf.validatedattrib
Root package of the Validated Attributes
net.sf.validatedattrib.attribute - package net.sf.validatedattrib.attribute
attributes
net.sf.validatedattrib.attribute.primitive - package net.sf.validatedattrib.attribute.primitive
primitive data types
net.sf.validatedattrib.constraint - package net.sf.validatedattrib.constraint
constraints
net.sf.validatedattrib.constraint.primitive - package net.sf.validatedattrib.constraint.primitive
constraints for primitive data types

S

setValue(double) - Method in class net.sf.validatedattrib.attribute.primitive.ValidatedDouble
 

V

validate(Object) - Method in class net.sf.validatedattrib.attribute.AbstractValidatedAttribute
 
validate(Object) - Method in interface net.sf.validatedattrib.constraint.Constraint
 
validate(Object) - Method in class net.sf.validatedattrib.constraint.primitive.ValidatedDoubleMinMaxConstraint
TODO: write JavaDoc
ValidatedDouble - Class in net.sf.validatedattrib.attribute.primitive
Represents the primitive type double.
ValidatedDouble() - Constructor for class net.sf.validatedattrib.attribute.primitive.ValidatedDouble
 
ValidatedDoubleMinMaxConstraint - Class in net.sf.validatedattrib.constraint.primitive
TODO: document me
ValidatedDoubleMinMaxConstraint(double, double) - Constructor for class net.sf.validatedattrib.constraint.primitive.ValidatedDoubleMinMaxConstraint
 
ValidationException - Exception in net.sf.validatedattrib
TODO: write JavaDoc
ValidationException() - Constructor for exception net.sf.validatedattrib.ValidationException
 
ValidationException(String) - Constructor for exception net.sf.validatedattrib.ValidationException
 
ValidationException(String, Throwable) - Constructor for exception net.sf.validatedattrib.ValidationException
 
ValidationException(Throwable) - Constructor for exception net.sf.validatedattrib.ValidationException
 
value - Variable in class net.sf.validatedattrib.attribute.primitive.ValidatedDouble
 

A C D G L M N S V

Copyright © 2006 Philip May. All Rights Reserved.