com.opensymphony.module.propertyset
Class MemoryPropertySet.ValueEntry

java.lang.Object
  |
  +--com.opensymphony.module.propertyset.MemoryPropertySet.ValueEntry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MemoryPropertySet

public static final class MemoryPropertySet.ValueEntry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MemoryPropertySet.ValueEntry()
           
MemoryPropertySet.ValueEntry(int type, java.lang.Object value)
           
 
Method Summary
 void setType(int type)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryPropertySet.ValueEntry

public MemoryPropertySet.ValueEntry()

MemoryPropertySet.ValueEntry

public MemoryPropertySet.ValueEntry(int type,
                                    java.lang.Object value)
Method Detail

setType

public void setType(int type)

setValue

public void setValue(java.lang.Object value)

See www.opensymphony.com for more information.