org.eclipse.core.internal.properties
Class PropertyBucket.PropertyEntry

java.lang.Object
  extended by org.eclipse.core.internal.localstore.Bucket.Entry
      extended by org.eclipse.core.internal.properties.PropertyBucket.PropertyEntry
Enclosing class:
PropertyBucket

public static class PropertyBucket.PropertyEntry
extends Bucket.Entry


Constructor Summary
PropertyBucket.PropertyEntry(org.eclipse.core.runtime.IPath path, PropertyBucket.PropertyEntry base)
           
 
Method Summary
 int getOccurrences()
           
 java.lang.String getProperty(org.eclipse.core.runtime.QualifiedName name)
           
 java.lang.Object getPropertyName(int i)
           
 java.lang.Object getPropertyValue(int i)
           
 java.lang.Object getValue()
           
 void visited()
          Called on the entry right after the visitor has visited it.
 
Methods inherited from class org.eclipse.core.internal.localstore.Bucket.Entry
delete, getPath, isDeleted, isDirty, isEmpty, markDirty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyBucket.PropertyEntry

public PropertyBucket.PropertyEntry(org.eclipse.core.runtime.IPath path,
                                    PropertyBucket.PropertyEntry base)
Method Detail

getOccurrences

public int getOccurrences()
Specified by:
getOccurrences in class Bucket.Entry

getProperty

public java.lang.String getProperty(org.eclipse.core.runtime.QualifiedName name)

getPropertyName

public java.lang.Object getPropertyName(int i)

getPropertyValue

public java.lang.Object getPropertyValue(int i)

getValue

public java.lang.Object getValue()
Specified by:
getValue in class Bucket.Entry

visited

public void visited()
Description copied from class: Bucket.Entry
Called on the entry right after the visitor has visited it.

Overrides:
visited in class Bucket.Entry