public interface DescriptionContainer extends DescriptionContainer, org.openmdx.base.accessor.jmi.cci.RefObject_1_0
DescriptionContainer| Modifier and Type | Method and Description |
|---|---|
void |
addAdditionalDescription(boolean idIsPersistent,
String id,
Description additionalDescription)
Adds the specified element to the set of the values for the reference
additionalDescription. |
void |
addAdditionalDescription(Description additionalDescription)
Adds the specified element to the set of the values for the reference
additionalDescription using an implementation-specific, reassignable qualifier. |
void |
addAdditionalDescription(String id,
Description additionalDescription)
Adds the specified element to the set of the values for the reference
additionalDescription using a reassignable qualifier. |
Description |
getAdditionalDescription(boolean idIsPersistent,
String id)
Retrieves the value for the reference
additionalDescription for the specified qualifier attribute value. |
<T extends Description> |
getAdditionalDescription(DescriptionQuery query)
Retrieves the value for the reference
additionalDescription for the specified query. |
Description |
getAdditionalDescription(String id)
Retrieves the value for the reference
additionalDescription for the specified qualifier attribute value. |
getAdditionalDescriptionrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite<T extends Description> List<T> getAdditionalDescription(DescriptionQuery query)
additionalDescription 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.Description getAdditionalDescription(boolean idIsPersistent, String id)
additionalDescription 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.Description getAdditionalDescription(String id)
additionalDescription for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getAdditionalDescription(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addAdditionalDescription(boolean idIsPersistent,
String id,
Description additionalDescription)
additionalDescription.
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.additionalDescription - The element to be appended.void addAdditionalDescription(String id, Description additionalDescription)
additionalDescription 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.additionalDescription - The element to be appended.void addAdditionalDescription(Description additionalDescription)
additionalDescription using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
additionalDescription - 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.