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 declared as TypeRelation
static TypeRelation TypeRelation.UNDEFINED_LITERAL
          A TypeRelation enumeration literal used to denote an undefined relationship between two types which means the two types could or could not be related at all.
static TypeRelation TypeRelation.RELATED_TYPE_LITERAL
          A TypeRelation enumeration literal used to denote the presence of a relationship between two types, regardless of the nature of this relationship, in other words, either type could be a parent of another, or they could be the same.
static TypeRelation TypeRelation.UNRELATED_TYPE_LITERAL
          A TypeRelation enumeration literal used to denote the absence of a relationship between two types, regardless of the nature of this relationship, in other words, either type should not be a parent of the other, nor they should be the same.
static TypeRelation TypeRelation.SAMETYPE_LITERAL
          A TypeRelation enumeration literal used to denote that two types are exactly the same.
static TypeRelation TypeRelation.BASETYPE_LITERAL
          A TypeRelation enumeration literal used to denote that one type is a base type of another.
static TypeRelation TypeRelation.SUBTYPE_LITERAL
          A TypeRelation enumeration literal used to denote that one type is a sub type of another.
static TypeRelation TypeRelation.DIRECT_BASETYPE_LITERAL
          A TypeRelation enumeration literal used to denote that one type is a direct super type of another.
static TypeRelation TypeRelation.DIRECT_SUBTYPE_LITERAL
          A TypeRelation enumeration literal used to denote that one type is a direct sub type of another.
static TypeRelation TypeRelation.SAMETYPE_OR_DIRECT_SUBTYPE_LITERAL
          A TypeRelation enumeration literal used to denote that one type is either the same or a direct sub type of another.
static TypeRelation TypeRelation.SAMETYPE_OR_DIRECT_BASETYPE_LITERAL
          A TypeRelation enumeration literal used to denote that one type is either the same or a direct base type of another.
static TypeRelation TypeRelation.SAMETYPE_OR_SUBTYPE_LITERAL
          A TypeRelation enumeration literal used to denote that one type is either the same or a sub type of another.
static TypeRelation TypeRelation.SAMETYPE_OR_BASETYPE_LITERAL
          A TypeRelation enumeration literal used to denote that one type is either the same or a super type of another.
 

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(java.lang.String name)
          Gets the TypeRelation enumeration literal with the name specified in the argument.
 

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


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