org.teiid.internal.core.index
Class PropertyDocument
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
properties
protected java.util.Hashtable properties
PropertyDocument
public PropertyDocument()
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.