Jadex 0.941

jadex.model
Interface IMExpressionParameter

All Superinterfaces:
IMElement

public interface IMExpressionParameter
extends IMElement

The expression parameter.


Method Summary
 String getClassname()
          Get the classname.
 Class getClazz()
          Get the class.
 void setClassname(String classname)
          Set the classname.
 void setClazz(Class clazz)
          Set the clazz.
 
Methods inherited from interface jadex.model.IMElement
check, getChildren, getDescription, getEncodableRepresentation, getExpressionParameters, getName, getOwner, getReport, getScope, setDescription, setName
 

Method Detail

getClassname

public String getClassname()
Get the classname.

Returns:
classname The classname.

setClassname

public void setClassname(String classname)
Set the classname.

Parameters:
classname - The classname.

getClazz

public Class getClazz()
Get the class.

Returns:
classname The classname.

setClazz

public void setClazz(Class clazz)
Set the clazz.

Parameters:
clazz - The clazz.

Jadex 0.941

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.