it.amattioli.dominate.validation
Class AnnotatedConstraint

Show UML class diagram
java.lang.Object
  extended by it.amattioli.dominate.validation.AnnotatedConstraint
All Implemented Interfaces:
Constraint

public class AnnotatedConstraint
extends Object
implements Constraint


Constructor Summary
AnnotatedConstraint(Annotation annotation)
           
 
Method Summary
 String getName()
           
 Object getParameter(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedConstraint

public AnnotatedConstraint(Annotation annotation)
Method Detail

getName

public String getName()
Specified by:
getName in interface Constraint

getParameter

public Object getParameter(String name)
Specified by:
getParameter in interface Constraint


Copyright © 2011. All Rights Reserved.