|
 |
|
|
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
D
-
DataTypeCondition<
T> - Class in
org.eclipse.emf.query.conditions
- A condition on data-type (primitive) values.
-
DataTypeCondition(T, IDataTypeAdapter<? extends T>) -
Constructor for class org.eclipse.emf.query.conditions.
DataTypeCondition
-
-
DataTypeCondition(T) -
Constructor for class org.eclipse.emf.query.conditions.
DataTypeCondition
-
-
DEFAULT -
Static variable in class org.eclipse.emf.query.conditions.booleans.
BooleanAdapter
- The simplest
BooleanAdapter implementation that represents
the case when the argument object to adapt is a Boolean
object itself.
-
DEFAULT -
Static variable in class org.eclipse.emf.query.conditions.numbers.
NumberAdapter.ByteAdapter
- The simplest
ByteAdapter implementation that
represents the case when to argument object to adapt is a Byte object
itself.
-
DEFAULT -
Static variable in class org.eclipse.emf.query.conditions.numbers.
NumberAdapter.DoubleAdapter
- The simplest
DoubleAdapter implementation that
represents the case when to argument object to adapt is a Double
object itself.
-
DEFAULT -
Static variable in class org.eclipse.emf.query.conditions.numbers.
NumberAdapter.FloatAdapter
- The simplest
FloatAdapter implementation that
represents the case when to argument object to adapt is a Float
object itself.
-
DEFAULT -
Static variable in class org.eclipse.emf.query.conditions.numbers.
NumberAdapter.IntegerAdapter
- The simplest
IntegerAdapter implementation that
represents the case when to argument object to adapt is a Integer
object itself.
-
DEFAULT -
Static variable in class org.eclipse.emf.query.conditions.numbers.
NumberAdapter.LongAdapter
- The simplest
LongAdapter implementation that
represents the case when to argument object to adapt is a Long object
itself.
-
DEFAULT -
Static variable in class org.eclipse.emf.query.conditions.numbers.
NumberAdapter.ShortAdapter
- The simplest
ShortAdapter implementation that
represents the case when to argument object to adapt is a Short
object itself.
-
DEFAULT -
Static variable in class org.eclipse.emf.query.conditions.strings.
StringAdapter
- The simplest
StringAdapter implementation that represents
the case when the argument object to adapt is a
String object itself.
DIRECT_BASETYPE -
Static variable in enum org.eclipse.emf.query.conditions.eobjects.
TypeRelation
The integer value of the DIRECT_BASETYPE_LITERAL
TypeRelation enumeration literal.
DIRECT_SUBTYPE -
Static variable in enum org.eclipse.emf.query.conditions.eobjects.
TypeRelation
The integer value of the DIRECT_SUBTYPE_LITERAL TypeRelation
enumeration literal.
dispose() -
Method in class org.eclipse.emf.query.ocl.conditions.
AbstractOCLCondition
Disposes the OCL environment that I
constructed for parsing and evaluation.
doExecute() -
Method in class org.eclipse.emf.query.statements.
SELECT
Performs the statement execution.
doResume() -
Method in class org.eclipse.emf.query.statements.
SELECT
doubleValue(Object) -
Method in class org.eclipse.emf.query.conditions.numbers.
NumberAdapter.DoubleAdapter
An adapting function whose responsible of extracting the
double value of interest from an the argument object
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
|
|
|