com.hammurapi.reasoning.impl
Class ConditionArgument
java.lang.Object
com.hammurapi.reasoning.impl.ConditionArgument
public class ConditionArgument
- extends Object
Describes binding of condition argument.
- Author:
- Pavel Vlasov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConditionArgument
public ConditionArgument()
getParameterIndex
public int getParameterIndex()
setParameterIndex
public void setParameterIndex(int parameterIndex)
getName
public String getName()
setName
public void setName(String name)
getType
public Class<?> getType()
setType
public void setType(Class<?> type)