Uses of Class
org.eclipse.emf.query.conditions.DataTypeCondition

Packages that use DataTypeCondition
org.eclipse.emf.query.conditions.booleans EMF Query Conditions Booleans. 
org.eclipse.emf.query.conditions.numbers EMF Query Conditions Numbers Package Specification This package exposes the basic numeric based Condition objects that are used to formulate queries. 
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 DataTypeCondition in org.eclipse.emf.query.conditions.booleans
 

Subclasses of DataTypeCondition in org.eclipse.emf.query.conditions.booleans
 class BooleanCondition
          A Condition object that tests for Boolean arguments.
 

Uses of DataTypeCondition in org.eclipse.emf.query.conditions.numbers
 

Subclasses of DataTypeCondition in org.eclipse.emf.query.conditions.numbers
 class NumberCondition<N extends Number & Comparable<? super N>>
          A Condition object that tests for numeric arguments.
static class NumberCondition.ByteValue
          A subclass of NumberCondition to be used to test for byte values Clients can either use the default implementation supplied or have their own.
static class NumberCondition.DoubleValue
          A subclass of NumberCondition to be used to test for double values Clients can either use the default implementation supplied or have their own.
static class NumberCondition.FloatValue
          A subclass of NumberCondition to be used to test for float values Clients can either use the default implementation supplied or have their own.
static class NumberCondition.IntegerValue
          A subclass of NumberCondition to be used to test for integer values Clients can either use the default implementation supplied or have their own.
static class NumberCondition.LongValue
          A subclass of NumberCondition to be used to test for long values Clients can either use the default implementation supplied or have their own.
static class NumberCondition.ShortValue
          A subclass of NumberCondition to be used to test for short values Clients can either use the default implementation supplied or have their own.
 

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

Subclasses of DataTypeCondition in org.eclipse.emf.query.conditions.strings
 class StringCondition
          An abstract Condition object that tests for String related values.
 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.