Uses of Interface
org.opencrx.kernel.generic.cci2.PropertySetEntryQuery

Packages that use PropertySetEntryQuery
org.opencrx.kernel.generic.cci2   
org.opencrx.kernel.generic.jmi1   
 

Uses of PropertySetEntryQuery in org.opencrx.kernel.generic.cci2
 

Subinterfaces of PropertySetEntryQuery in org.opencrx.kernel.generic.cci2
 interface BooleanPropertySetEntryQuery
           
 interface DatePropertySetEntryQuery
           
 interface DateTimePropertySetEntryQuery
           
 interface DecimalPropertySetEntryQuery
           
 interface IntegerPropertySetEntryQuery
           
 interface ReferencePropertySetEntryQuery
           
 interface StringPropertySetEntryQuery
           
 interface UriPropertySetEntryQuery
           
 

Methods in org.opencrx.kernel.generic.cci2 that return PropertySetEntryQuery
 PropertySetEntryQuery CrxObjectQuery.forAllPropertySetEntry()
          Adds a condition for the feature propertySetEntry to the predicate for CrxObject, which evaluates to false unless the value of the feature propertySetEntry satisfies the given condition.
 PropertySetEntryQuery CrxObjectQuery.thereExistsPropertySetEntry()
          Adds a condition for the feature propertySetEntry to the predicate for CrxObject, which evaluates to false unless the value of the feature propertySetEntry satisfies the given condition.
 

Uses of PropertySetEntryQuery in org.opencrx.kernel.generic.jmi1
 

Methods in org.opencrx.kernel.generic.jmi1 that return PropertySetEntryQuery
 PropertySetEntryQuery GenericPackage.createPropertySetEntryQuery()
           
 

Methods in org.opencrx.kernel.generic.jmi1 with parameters of type PropertySetEntryQuery
<T extends PropertySetEntry>
List<T>
CrxObject.getPropertySetEntry(PropertySetEntryQuery query)
          Retrieves the value for the reference propertySetEntry for the specified query.
 



This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.