|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AddressContainer
Abstract class AddressContainer
| Method Summary | ||
|---|---|---|
void |
addAddress(boolean idIsPersistent,
String id,
ProductAddress address)
Adds the specified element to the set of the values for the reference address. |
|
|
getAddress()
Retrieves a set containing all the elements for the reference address. |
|
ProductAddress |
getAddress(boolean idIsPersistent,
String id)
Retrieves the value for the reference address for the
specified qualifier attribute value. |
|
| Method Detail |
|---|
<T extends ProductAddress> Collection<T> getAddress()
address.
ProductAddress getAddress(boolean idIsPersistent,
String id)
address 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 addAddress(boolean idIsPersistent,
String id,
ProductAddress address)
address.
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.address - The element to be appended.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||