|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.expressions.ExpressionTagNames
public final class ExpressionTagNames
Class defining the tag names of the XML elements of the common expression language.
Field Summary | |
---|---|
static java.lang.String |
ADAPT
The tag name of the adapt expression (value: adapt ) |
static java.lang.String |
AND
The tag name of the and expression (value: and ) |
static java.lang.String |
COUNT
The tag name of the count expression (value: count ) |
static java.lang.String |
ENABLEMENT
The tag name of the enablement expression (value: enablement ) |
static java.lang.String |
EQUALS
The tag name of the equals expression (value: equals ) |
static java.lang.String |
INSTANCEOF
The tag name of the instanceof expression (value: instanceof ) |
static java.lang.String |
ITERATE
The tag name of the adapt expression (value: iterate ) |
static java.lang.String |
NOT
The tag name of the not expression (value: not ) |
static java.lang.String |
OR
The tag name of the or expression (value: or ) |
static java.lang.String |
REFERENCE
The tag name of the reference expression (value: reference ) |
static java.lang.String |
RESOLVE
The tag name of the resolve expression (value: resolve ) |
static java.lang.String |
SYSTEM_TEST
The tag name of the systemTest expression (value: systemTest ) |
static java.lang.String |
TEST
The tag name of the test expression (value: test ) |
static java.lang.String |
WITH
The tag name of the with expression (value: with ) |
Constructor Summary | |
---|---|
ExpressionTagNames()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ENABLEMENT
enablement
)
public static final java.lang.String AND
and
)
public static final java.lang.String OR
or
)
public static final java.lang.String NOT
not
)
public static final java.lang.String INSTANCEOF
instanceof
)
public static final java.lang.String TEST
test
)
public static final java.lang.String WITH
with
)
public static final java.lang.String ADAPT
adapt
)
public static final java.lang.String COUNT
count
)
public static final java.lang.String ITERATE
iterate
)
public static final java.lang.String RESOLVE
resolve
)
public static final java.lang.String SYSTEM_TEST
systemTest
)
public static final java.lang.String EQUALS
equals
)
public static final java.lang.String REFERENCE
reference
)
Constructor Detail |
---|
public ExpressionTagNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |