de.xabsl.jxabslx.io
Interface Input

All Known Implementing Classes:
InputFromField, InputFromMethod

public interface Input

Provides a value from the native java environment


Method Summary
 java.lang.Object[] getParameters()
          An array to which parameters will be written to prior to getValue()
 java.lang.Class<?>[] getParamTypes()
          The parameter types as java classes in the correct order
 java.lang.Object getValue()
          Returns the value.
 

Method Detail

getParamTypes

java.lang.Class<?>[] getParamTypes()
The parameter types as java classes in the correct order


getParameters

java.lang.Object[] getParameters()
An array to which parameters will be written to prior to getValue()


getValue

java.lang.Object getValue()
Returns the value. Set parameters before calling this function