org.objectweb.medor.expression.api

Interface ParameterOperand

All Superinterfaces:
org.objectweb.medor.clone.api.Cloneable, Expression, Operand, Serializable, VariableOperand
Known Subinterfaces:
CalculatedParameterOperand
Known Implementing Classes:
BasicParameterOperand

public interface ParameterOperand
extends VariableOperand

Author:
Sebastien Chassande-Barrioz

Method Summary

String
getName()

Methods inherited from interface org.objectweb.medor.clone.api.Cloneable

clone

Methods inherited from interface org.objectweb.medor.expression.api.Expression

compileExpression, evaluate, getType

Methods inherited from interface org.objectweb.medor.expression.api.Operand

getBigDecimal, getBigInteger, getBoolean, getByte, getByteArray, getChar, getCharArray, getDate, getDouble, getFloat, getInt, getLong, getObject, getShort, getString, isDefined, setIsDefined

Methods inherited from interface org.objectweb.medor.expression.api.VariableOperand

setType, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue

Method Details

getName

public String getName()