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