org.mindswap.ocl
Interface OCLParameterIterator

All Known Implementing Classes:
OCLParameterIteratorImpl

public interface OCLParameterIterator

Title: OCLParameterIterator

Description: A ResIterator of OCLParameter objects

Copyright: Copyright (c) 2005

Company: Mindswap (http://www.mindswap.org)


Method Summary
 java.lang.Class[] getParameterTypes()
          Returns the types for all the parameters in this iterator
 java.lang.Object[] getParameterValues()
          Returns the values for all the parameters in this iterator
 

Method Detail

getParameterValues

public java.lang.Object[] getParameterValues()
Returns the values for all the parameters in this iterator

Returns:
Object[] An array of the corresponding parameter values

getParameterTypes

public java.lang.Class[] getParameterTypes()
Returns the types for all the parameters in this iterator

Returns:
Class[] An array of the parameter types.