com.sodius.mdw.core.eval.project
Interface ModelParameter

All Superinterfaces:
Parameter

public interface ModelParameter
extends Parameter

A template or rule set model parameter.

This interface is not intended to be implemented by clients.


Method Summary
 DirectionKind getDirection()
          Returns the parameter direction.
 Metamodel getMetamodel()
          Returns the related metamodel.
 
Methods inherited from interface com.sodius.mdw.core.eval.project.Parameter
getJavaClass, getName
 

Method Detail

getMetamodel

Metamodel getMetamodel()
Returns the related metamodel.

Returns:
the related metamodel.

getDirection

DirectionKind getDirection()
Returns the parameter direction.

Returns:
the parameter direction.