org.openmdx.generic1.cci
Interface StringPropertyFilter

All Superinterfaces:
PropertyFilter, RefFilter_1_0, Serializable
All Known Implementing Classes:
StringPropertyFilterImpl

public interface StringPropertyFilter
extends PropertyFilter


Method Summary
 void forAllStringValue(short operator, Collection filterValues)
           
 void forAllStringValue(short operator, String[] filterValues)
           
 void orderByStringValue(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsStringValue(short operator, Collection filterValues)
           
 void thereExistsStringValue(short operator, String[] filterValues)
           
 
Methods inherited from interface org.openmdx.generic1.cci.PropertyFilter
forAllDescription, forAllDescription, forAllName, forAllName, orderByDescription, orderByName, thereExistsDescription, thereExistsDescription, thereExistsName, thereExistsName
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllStringValue

void forAllStringValue(short operator,
                       String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsStringValue

void thereExistsStringValue(short operator,
                            String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllStringValue

void forAllStringValue(short operator,
                       Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsStringValue

void thereExistsStringValue(short operator,
                            Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByStringValue

void orderByStringValue(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions


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