|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntriesImpl
public class ChildPropertyEntriesImpl
ChildPropertyEntriesImpl...
| Method Summary | |
|---|---|
void |
add(PropertyEntry propertyEntry)
Adds the new PropertyEntry to this ChildPropertyEntries. |
void |
addAll(java.util.Collection<PropertyEntry> propertyEntries)
Adds all PropertyEntrys from the given collection to this
ChildPropertyEntries. |
boolean |
contains(Name propertyName)
Returns true if a property entry with the given name exists. |
PropertyEntry |
get(Name propertyName)
Return the PropertyEntry with the given Name or
null. |
java.util.Collection<PropertyEntry> |
getPropertyEntries()
Returns an unmodifiable collection containing all PropertyEntry
objects present. |
java.util.Collection<Name> |
getPropertyNames()
Returns an unmodifiable collection containing all existing property names. |
boolean |
remove(PropertyEntry propertyEntry)
Remove the collection entry with the given Name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean contains(Name propertyName)
ChildPropertyEntries
contains in interface ChildPropertyEntriesChildPropertyEntries.contains(Name)public PropertyEntry get(Name propertyName)
ChildPropertyEntriesName or
null.
get in interface ChildPropertyEntriesChildPropertyEntries.get(Name)public java.util.Collection<PropertyEntry> getPropertyEntries()
ChildPropertyEntriesPropertyEntry
objects present.
getPropertyEntries in interface ChildPropertyEntriesPropertyEntry objects present.ChildPropertyEntries.getPropertyEntries()public java.util.Collection<Name> getPropertyNames()
ChildPropertyEntries
getPropertyNames in interface ChildPropertyEntriesNameChildPropertyEntries.getPropertyNames()public void add(PropertyEntry propertyEntry)
ChildPropertyEntriesPropertyEntry to this ChildPropertyEntries.
add in interface ChildPropertyEntriesChildPropertyEntries.add(PropertyEntry)public void addAll(java.util.Collection<PropertyEntry> propertyEntries)
ChildPropertyEntriesPropertyEntrys from the given collection to this
ChildPropertyEntries.
addAll in interface ChildPropertyEntriesChildPropertyEntries.addAll(Collection)public boolean remove(PropertyEntry propertyEntry)
ChildPropertyEntriesName.
remove in interface ChildPropertyEntriesChildPropertyEntries contained the
given entry. False otherwise.ChildPropertyEntries.remove(PropertyEntry)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||