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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstraintDescriptor
public ConstraintDescriptor(MethodItem constraint,
Object[] params,
String errorMsg)
getConstraint
public MethodItem getConstraint()
getParams
public Object[] getParams()
getErrorMsg
public String getErrorMsg()