|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertySet
Abstract class PropertySet
| Method Summary | ||
|---|---|---|
void |
addProperty(boolean idIsPersistent,
String id,
Property property)
Adds the specified element to the set of the values for the reference property. |
|
|
getProperty()
Retrieves a set containing all the elements for the reference property. |
|
Property |
getProperty(boolean idIsPersistent,
String id)
Retrieves the value for the reference property for the
specified qualifier attribute value. |
|
| Method Detail |
|---|
<T extends Property> Collection<T> getProperty()
property.
Property getProperty(boolean idIsPersistent,
String id)
property for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addProperty(boolean idIsPersistent,
String id,
Property property)
property.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.property - The element to be appended.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||