APTCONVERT 1.1

fr.pixware.util
Class PropertySet

java.lang.Object
  extended byfr.pixware.util.PropertySet

public abstract class PropertySet
extends java.lang.Object


Field Summary
protected  LinearHashtable properties
           
 
Constructor Summary
PropertySet()
           
 
Method Summary
 java.util.Enumeration getProperties()
           
 java.lang.Object getProperty(java.lang.Object key)
           
 int getPropertyCount()
           
 boolean hasProperty(java.lang.Object key)
           
 java.lang.Object putProperty(java.lang.Object key, java.lang.Object value)
           
 void removeAllProperties()
           
 java.lang.Object removeProperty(java.lang.Object key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected LinearHashtable properties
Constructor Detail

PropertySet

public PropertySet()
Method Detail

putProperty

public java.lang.Object putProperty(java.lang.Object key,
                                    java.lang.Object value)

removeProperty

public java.lang.Object removeProperty(java.lang.Object key)

removeAllProperties

public void removeAllProperties()

hasProperty

public boolean hasProperty(java.lang.Object key)

getProperty

public java.lang.Object getProperty(java.lang.Object key)

getPropertyCount

public int getPropertyCount()

getProperties

public java.util.Enumeration getProperties()

APTCONVERT 1.1