Uses of Class
org.eclipse.emf.query.conditions.eobjects.TypeRelation

Packages that use TypeRelation
org.eclipse.emf.query.conditions.eobjects EMF Query Conditions EObjects. 
 

Uses of TypeRelation in org.eclipse.emf.query.conditions.eobjects
 

Fields in org.eclipse.emf.query.conditions.eobjects with type parameters of type TypeRelation
static List<TypeRelation> TypeRelation.VALUES
          An immutable list of the enumeration literals declared by this enumerator
 

Methods in org.eclipse.emf.query.conditions.eobjects that return TypeRelation
static TypeRelation TypeRelation.get(int value)
          Gets the TypeRelation enumeration literal with the integer value specified in the argument.
static TypeRelation TypeRelation.get(String name)
          Gets the TypeRelation enumeration literal with the name specified in the argument.
static TypeRelation TypeRelation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TypeRelation[] TypeRelation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.eclipse.emf.query.conditions.eobjects with parameters of type TypeRelation
EObjectTypeRelationCondition(EClass type, TypeRelation typeRelationKind)
          A constructor, it initializes the EObjectTypeRelationCondition with the given EClass and the TypeRelation specified.
EObjectTypeRelationCondition(EClass type, TypeRelation typeRelationKind, PruneHandler pruneHandler)
          A constructor, it initializes the EObjectTypeRelationCondition with the given EClass, the TypeRelation and the PruneHandler specified.
 


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