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