de.cesr.parma.core
Interface PmParameterDefinition

All Known Implementing Classes:
PaBasicPa, PmFrameworkPa

public interface PmParameterDefinition


Method Summary
 Class<?> getDeclaringClass()
           
 Object getDefaultValue()
          Returns the default value that is assigned to this parameter at definition
 Class<?> getType()
          Return the type of this parameter
 

Method Detail

getType

Class<?> getType()
Return the type of this parameter

Returns:
the type of this parameter

getDefaultValue

Object getDefaultValue()
Returns the default value that is assigned to this parameter at definition

Returns:
the parameter's default value

getDeclaringClass

Class<?> getDeclaringClass()