org.eclipse.core.expressions
Class ExpressionTagNames

java.lang.Object
  extended by org.eclipse.core.expressions.ExpressionTagNames

public final class ExpressionTagNames
extends java.lang.Object

Class defining the tag names of the XML elements of the common expression language.

Since:
3.0

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

ENABLEMENT

public static final java.lang.String ENABLEMENT
The tag name of the enablement expression (value: enablement)

See Also:
Constant Field Values

AND

public static final java.lang.String AND
The tag name of the and expression (value: and)

See Also:
Constant Field Values

OR

public static final java.lang.String OR
The tag name of the or expression (value: or)

See Also:
Constant Field Values

NOT

public static final java.lang.String NOT
The tag name of the not expression (value: not)

See Also:
Constant Field Values

INSTANCEOF

public static final java.lang.String INSTANCEOF
The tag name of the instanceof expression (value: instanceof)

See Also:
Constant Field Values

TEST

public static final java.lang.String TEST
The tag name of the test expression (value: test)

See Also:
Constant Field Values

WITH

public static final java.lang.String WITH
The tag name of the with expression (value: with)

See Also:
Constant Field Values

ADAPT

public static final java.lang.String ADAPT
The tag name of the adapt expression (value: adapt)

See Also:
Constant Field Values

COUNT

public static final java.lang.String COUNT
The tag name of the count expression (value: count)

See Also:
Constant Field Values

ITERATE

public static final java.lang.String ITERATE
The tag name of the adapt expression (value: iterate)

See Also:
Constant Field Values

RESOLVE

public static final java.lang.String RESOLVE
The tag name of the resolve expression (value: resolve)

See Also:
Constant Field Values

SYSTEM_TEST

public static final java.lang.String SYSTEM_TEST
The tag name of the systemTest expression (value: systemTest)

See Also:
Constant Field Values

EQUALS

public static final java.lang.String EQUALS
The tag name of the equals expression (value: equals)

See Also:
Constant Field Values

REFERENCE

public static final java.lang.String REFERENCE
The tag name of the reference expression (value: reference)

Since:
3.3
See Also:
Constant Field Values
Constructor Detail

ExpressionTagNames

public ExpressionTagNames()