|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChildPropertyEntries
ChildPropertyEntries...
| 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. |
| Method Detail |
|---|
boolean contains(Name propertyName)
propertyName -
PropertyEntry get(Name propertyName)
Name or
null.
propertyName -
java.util.Collection<PropertyEntry> getPropertyEntries()
PropertyEntry
objects present.
PropertyEntry objects present.java.util.Collection<Name> getPropertyNames()
Namevoid add(PropertyEntry propertyEntry)
PropertyEntry to this ChildPropertyEntries.
propertyEntry - void addAll(java.util.Collection<PropertyEntry> propertyEntries)
PropertyEntrys from the given collection to this
ChildPropertyEntries.
propertyEntries - boolean remove(PropertyEntry propertyEntry)
Name.
propertyEntry -
ChildPropertyEntries contained the
given entry. False otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||