org.objectweb.jac.aspects.integrity
Class ConstraintDescriptor

java.lang.Object
  |
  +--org.objectweb.jac.aspects.integrity.ConstraintDescriptor

public class ConstraintDescriptor
extends Object

Just a simple container to transmit data in ConstraintWrapper


Constructor Summary
ConstraintDescriptor(MethodItem constraint, Object[] params, String errorMsg)
           
 
Method Summary
 MethodItem getConstraint()
           
 String getErrorMsg()
           
 Object[] getParams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintDescriptor

public ConstraintDescriptor(MethodItem constraint,
                            Object[] params,
                            String errorMsg)
Method Detail

getConstraint

public MethodItem getConstraint()

getParams

public Object[] getParams()

getErrorMsg

public String getErrorMsg()