Rule Execution Server API

ilog.rules.factory
Class IlrPropertyList.Entry

java.lang.Object
  extended by ilog.rules.factory.IlrPropertyList.Entry
All Implemented Interfaces:
Serializable
Enclosing class:
IlrPropertyList

public static final class IlrPropertyList.Entry
extends Object
implements Serializable

This class is an entry of a property list.

See Also:
Serialized Form

Method Summary
 boolean equals(Object arg)
          Tests if this object is equal to another object.
 String getKey()
          Gets the key of this entry.
 Object getValue()
          Gets the value of this entry.
 int hashCode()
          Returns the hash code of this entry.
 void setValue(Object value)
          Sets the value of this entry.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hashCode

public int hashCode()
Returns the hash code of this entry.

Overrides:
hashCode in class Object
Returns:
A hash code.

equals

public boolean equals(Object arg)
Tests if this object is equal to another object.

Overrides:
equals in class Object
Parameters:
arg - The object to be tested.
Returns:
true if the passed parameter is equal to this object. Otherwise, it returns false.

getKey

public String getKey()
Gets the key of this entry.

Returns:
The key.

getValue

public Object getValue()
Gets the value of this entry.

Returns:
The value.

setValue

public void setValue(Object value)
Sets the value of this entry.

Parameters:
value - The new value of this entry.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013