|
||||||||||
| 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(ContractAddress newValue)
|
|
void |
addAddress(String id,
ContractAddress newValue)
|
|
|
getAddress(ContractAddressQuery query)
Retrieves the value for the reference address for the
specified query. |
|
void |
removeAddress(String id)
|
|
| Methods inherited from interface org.opencrx.kernel.contract1.cci2.AddressContainer |
|---|
getAddress |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
<T extends ContractAddress> List<T> getAddress(ContractAddressQuery query)
address for the
specified query.
query - predicate which is applied to the set of referenced objects.
true.
void addAddress(String id,
ContractAddress newValue)
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addAddress(ContractAddress newValue)
newValue - The element to be appended.void removeAddress(String id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||