Uses of Class
org.eclipse.emf.query.conditions.strings.StringCondition

Packages that use StringCondition
org.eclipse.emf.query.conditions.strings EMF Query Conditions Strings Package Specification This package exposes the basic string based Condition objects that are used to formulate queries. 
 

Uses of StringCondition in org.eclipse.emf.query.conditions.strings
 

Subclasses of StringCondition in org.eclipse.emf.query.conditions.strings
 class StringLength
          A Condition object that tests for String length values.
 class StringRegularExpressionValue
          A StringValue condition subclass that tests for String using regular expression.
 class StringValue
          A String related condition class that compares a String value to another.
 class SubStringValue
          A StringValue condition subclass that checks to see if the initialization String value is a sub-string to the one being evaluated.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.