Package 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.
See:
Description
Class Summary
|
StringAdapter
|
An Adapter class to be used to extract from -adapt- the argument object to
some
String value that would later be used in Condition evaluation. |
StringCondition
|
An abstract Condition object that tests for
String related values. |
StringLength
|
A Condition object that tests for
String length values. |
StringRegularExpressionValue
|
A StringValue condition subclass that tests for
String using regular expression. |
StringValue
|
A String related condition class that compares a String value to another. |
SubStringValue
|
A StringValue condition subclass that checks to see if the
initialization String
value is a sub-string to the one being evaluated. |
Package org.eclipse.emf.query.conditions.strings Description
EMF Query Conditions Strings
Package Specification
This package exposes the basic string based Condition objects that are used to formulate queries.