Jadex 0.96-beta1

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, getName, getOwner, getReport, getScope, getSystemExpressionParameters, setDescription, setName
 

Method Detail

getClassname

String getClassname()
Get the classname.

Returns:
classname The classname.

setClassname

void setClassname(String classname)
Set the classname.

Parameters:
classname - The classname.

getClazz

Class getClazz()
Get the class.

Returns:
classname The classname.

setClazz

void setClazz(Class clazz)
Set the clazz.

Parameters:
clazz - The clazz.

Jadex 0.96-beta1

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-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.