com.hammurapi.reasoning.impl
Class ConditionArgument

java.lang.Object
  extended by com.hammurapi.reasoning.impl.ConditionArgument

public class ConditionArgument
extends Object

Describes binding of condition argument.

Author:
Pavel Vlasov

Constructor Summary
ConditionArgument()
           
 
Method Summary
 String getName()
           
 int getParameterIndex()
           
 Class<?> getType()
           
 void setName(String name)
           
 void setParameterIndex(int parameterIndex)
           
 void setType(Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionArgument

public ConditionArgument()
Method Detail

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)