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

Packages that use StringValue
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 StringValue in org.eclipse.emf.query.conditions.strings
 

Subclasses of StringValue in org.eclipse.emf.query.conditions.strings
 class StringRegularExpressionValue
          A StringValue condition subclass that tests for String using regular expression.
 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.