org.apache.bval.jsr303.extensions
Interface ProcedureDescriptor

All Known Implementing Classes:
ConstructorDescriptorImpl, MethodDescriptorImpl

public interface ProcedureDescriptor

Description: superinterface of ConstructorDescriptor and MethodDescriptor.


Method Summary
 MetaBean getMetaBean()
          Get the owning metabean.
 List<ParameterDescriptor> getParameterDescriptors()
          Get the parameter descriptors of this procedure.
 void setCascaded(boolean b)
          Set whether this procedure should be validated.
 

Method Detail

getMetaBean

MetaBean getMetaBean()
Get the owning metabean.

Returns:
MetaBean

setCascaded

void setCascaded(boolean b)
Set whether this procedure should be validated.

Parameters:
b -

getParameterDescriptors

List<ParameterDescriptor> getParameterDescriptors()
Get the parameter descriptors of this procedure.

Returns:
List of ParameterDescriptor


Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.