org.eclipse.core.internal.properties
Class PropertyBucket.PropertyEntry
java.lang.Object
org.eclipse.core.internal.localstore.Bucket.Entry
org.eclipse.core.internal.properties.PropertyBucket.PropertyEntry
- Enclosing class:
- PropertyBucket
public static class PropertyBucket.PropertyEntry
- extends Bucket.Entry
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyBucket.PropertyEntry
public PropertyBucket.PropertyEntry(org.eclipse.core.runtime.IPath path,
PropertyBucket.PropertyEntry base)
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