org.teiid.internal.core.index
Class PropertyDocument

java.lang.Object
  extended by org.teiid.internal.core.index.PropertyDocument
All Implemented Interfaces:
IDocument
Direct Known Subclasses:
FileDocument

public abstract class PropertyDocument
extends java.lang.Object
implements IDocument

The properties of a document are stored into a hashtable.

See Also:
IDocument

Field Summary
protected  java.util.Hashtable properties
           
 
Constructor Summary
PropertyDocument()
           
 
Method Summary
 java.lang.String getProperty(java.lang.String property)
           
 java.util.Enumeration getPropertyNames()
           
 void setProperty(java.lang.String property, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.teiid.core.index.IDocument
getEncoding, getName, getType
 

Field Detail

properties

protected java.util.Hashtable properties
Constructor Detail

PropertyDocument

public PropertyDocument()
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String property)
See Also:
IDocument#getProperty

getPropertyNames

public java.util.Enumeration getPropertyNames()
See Also:
IDocument#getPropertyNames

setProperty

public void setProperty(java.lang.String property,
                        java.lang.String value)
See Also:
IDocument#setProperty


Copyright © 2011. All Rights Reserved.