org.objectweb.medor.expression.api
Interface ParameterOperand

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

public interface ParameterOperand
extends VariableOperand

Author:
Sebastien Chassande-Barrioz

Method Summary
 java.lang.String getName()
           
 
Methods inherited from interface org.objectweb.medor.expression.api.VariableOperand
setType, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue
 
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.Expression
compileExpression, evaluate, getType
 
Methods inherited from interface org.objectweb.medor.clone.api.Cloneable
clone
 

Method Detail

getName

public java.lang.String getName()