public interface AddressContainer extends AddressContainer, org.openmdx.base.accessor.jmi.cci.RefObject_1_0
AddressContainer| Modifier and Type | Method and Description |
|---|---|
void |
addAddress(boolean idIsPersistent,
String id,
ContractAddress address)
Adds the specified element to the set of the values for the reference
address. |
void |
addAddress(ContractAddress address)
Adds the specified element to the set of the values for the reference
address using an implementation-specific, reassignable qualifier. |
void |
addAddress(String id,
ContractAddress address)
Adds the specified element to the set of the values for the reference
address using a reassignable qualifier. |
ContractAddress |
getAddress(boolean idIsPersistent,
String id)
Retrieves the value for the reference
address for the specified qualifier attribute value. |
<T extends ContractAddress> |
getAddress(ContractAddressQuery query)
Retrieves the value for the reference
address for the specified query. |
ContractAddress |
getAddress(String id)
Retrieves the value for the reference
address for the specified qualifier attribute value. |
getAddressrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite<T extends ContractAddress> List<T> getAddress(ContractAddressQuery query)
address for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.ContractAddress 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.ContractAddress getAddress(String id)
address for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getAddress(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addAddress(boolean idIsPersistent,
String id,
ContractAddress 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.void addAddress(String id, ContractAddress address)
address using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.address - The element to be appended.void addAddress(ContractAddress address)
address using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
address - The element to be appended.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.