A B C D E F G H I L M N O P R S T U V W X

G

get(int) - Static method in enum org.eclipse.emf.query.conditions.eobjects.TypeRelation
Gets the TypeRelation enumeration literal with the integer value specified in the argument.
get(String) - Static method in enum org.eclipse.emf.query.conditions.eobjects.TypeRelation
Gets the TypeRelation enumeration literal with the name specified in the argument.
get(int) - Static method in enum org.eclipse.emf.query.statements.IteratorKind
 
get(String) - Static method in enum org.eclipse.emf.query.statements.IteratorKind
 
getAttribute() - Method in class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectAttributeValueCondition
Accessor method for the EAttribute to whose value is to be used in the evaluation of this condition
getBoolean(Object) - Method in class org.eclipse.emf.query.conditions.booleans.BooleanAdapter
Extracts from/Adapts the argument object to a Boolean
getContextClassifier() - Method in class org.eclipse.emf.query.ocl.conditions.AbstractOCLCondition
Return the context classifier.
getContextEObjectType() - Method in class org.eclipse.emf.query.ocl.conditions.OCLCondition
Deprecated. Return the context EClass.
getDefault() - Static method in class org.eclipse.emf.query.conditions.numbers.NumberAdapter
Obtains a default number adapter, that simply assumes that input values are of the required number kind and casts them appropriately.
getEObject() - Method in class org.eclipse.emf.query.conditions.eobjects.EObjectInstanceCondition
A getter function for the EObject instance used by this EObjectInstanceCondition
getEObjects() - Method in class org.eclipse.emf.query.conditions.eobjects.EObjectSource
 
getEObjects() - Method in interface org.eclipse.emf.query.conditions.eobjects.IEObjectSource
A getter for the EObjects supplied by this IEObjectSource
getEObjects() - Method in class org.eclipse.emf.query.statements.SELECT
 
getEStructuralFeatureValueGetter() - Method in class org.eclipse.emf.query.ocl.conditions.AbstractOCLCondition
Retrieves the strategy used by this OCL condition to access the values of structural featuress of model elements.
getEStructuralFeatureValueGetter() - Method in class org.eclipse.emf.query.ocl.conditions.OCLCondition
Deprecated. Retrieves the strategy used by this OCLCondition to access the values of EStructuralFeatures of model elements.
getException() - Method in interface org.eclipse.emf.query.statements.IQueryResult
Retrieve the exception (if any) that occurred during the execute or resume of the query statement.
getFeature() - Method in class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectStructuralFeatureCondition
A getter for the EStructuralFeature used in initialization of this EObjectStructuralFeatureCondition
getFeatures(EClass) - Method in class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectAttributeValueCondition
Overrides the parent to return the list of all EAttributes only as opposed to the entire all EStructuralFeatures.
getFeatures(EClass) - Method in class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition
Overrides the parent to return the list of all EReferences only as opposed to the entire all EStructuralFeatures.
getFeatures(EClass) - Method in class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectStructuralFeatureCondition
Returns the list of all EStructuralFeatures of the given EClass that are consequently to be used for testing and evaluation of this condition object
getInstance() - Static method in class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EStructuralFeatureValueGetter
 
getLiteral() - Method in enum org.eclipse.emf.query.conditions.eobjects.TypeRelation
 
getLiteral() - Method in enum org.eclipse.emf.query.statements.IteratorKind
 
getName() - Method in enum org.eclipse.emf.query.conditions.eobjects.TypeRelation
 
getName() - Method in enum org.eclipse.emf.query.statements.IteratorKind
 
getObject() - Method in class org.eclipse.emf.query.conditions.ObjectInstanceCondition
A getter function for the Object instance used by this ObjectInstanceCondition
getOCLQuery() - Method in class org.eclipse.emf.query.ocl.conditions.AbstractOCLCondition
Obtains the query compiled by the OCL interpreter, which represents the OCL expression.
getOclQuery() - Method in class org.eclipse.emf.query.ocl.conditions.OCLCondition
Deprecated. Obtains the query compiled by the OCL interpreter, which represents the OCL expression.
getPattern() - Method in class org.eclipse.emf.query.conditions.strings.StringRegularExpressionValue
A getter for the Pattern used by this StringRegularExpressionValue
getPolicy() - Method in class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectStructuralFeatureValueCondition
Accessor method for the policy argument used in initialization of this condition
getPruneHandler() - Method in class org.eclipse.emf.query.conditions.eobjects.EObjectCondition
A getter for the PrunHandler
getReference() - Method in class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition
Accessor method for the EReference to whose value is to be used in the evaluation of this condition
getResultType(EObject) - Method in class org.eclipse.emf.query.ocl.conditions.AbstractOCLCondition
Returns the type of the ocl expression.
getResultType(EObject) - Method in class org.eclipse.emf.query.ocl.conditions.OCLCondition
Deprecated. Returns the type of the ocl expression.
getString(Object) - Method in class org.eclipse.emf.query.conditions.strings.StringAdapter
Extracts from/Adapts the argument object to a String
getString() - Method in class org.eclipse.emf.query.conditions.strings.StringValue
A getter function for the String used by this StringValue condition for comparison with other argument string
getStructuralFeatureCondition() - Method in class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectStructuralFeatureValueCondition
Accessor method for the the EObjectCondition that is used for actual testing of EStructuralFeature's value in order to determine if it satisfies this condition or not.
getTotalCount() - Static method in enum org.eclipse.emf.query.conditions.eobjects.TypeRelation
Answers how many enumeration literals declared by this enumerator.
getTotalCount() - Static method in enum org.eclipse.emf.query.statements.IteratorKind
 
getValue() - Method in enum org.eclipse.emf.query.conditions.eobjects.TypeRelation
 
getValue() - Method in enum org.eclipse.emf.query.statements.IteratorKind
 
GREATER_THAN - Static variable in class org.eclipse.emf.query.conditions.numbers.NumberCondition
The numeric > operator.
GREATER_THAN_OR_EQUAL_TO - Static variable in class org.eclipse.emf.query.conditions.numbers.NumberCondition
The numeric >= operator.
greaterThan(N) - Static method in class org.eclipse.emf.query.conditions.numbers.NumberCondition
Obtains a condition checking for values greater than the specified number.
greaterThanOrEquals(N) - Static method in class org.eclipse.emf.query.conditions.numbers.NumberCondition
Obtains a condition checking for values greater than or equal to the specified number.

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.
A B C D E F G H I L M N O P R S T U V W X