public interface  org.hibernate.validator.internal.properties.Callable extends java.lang.Object implements org.hibernate.validator.internal.properties.Constrainable
{
public abstract boolean hasReturnValue();
public abstract boolean hasParameters();
public abstract int getParameterCount();
public abstract java.lang.reflect.Type getParameterGenericType(int);
public abstract java.lang.Class[] getParameterTypes();
public abstract java.lang.String getParameterName(org.hibernate.validator.internal.util.ExecutableParameterNameProvider, int);
public abstract boolean isPrivate();
public abstract org.hibernate.validator.internal.properties.Signature getSignature();
public abstract boolean overrides(org.hibernate.validator.internal.util.ExecutableHelper, org.hibernate.validator.internal.properties.Callable);
public abstract boolean isResolvedToSameMethodInHierarchy(org.hibernate.validator.internal.util.ExecutableHelper, java.lang.Class, org.hibernate.validator.internal.properties.Callable);
}