Package org.eclipse.core.expressions
Class ExpressionTagNames
- java.lang.Object
-
- org.eclipse.core.expressions.ExpressionTagNames
-
public final class ExpressionTagNames extends java.lang.ObjectClass defining the tag names of the XML elements of the common expression language.- Since:
- 3.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringADAPTThe tag name of the adapt expression (value:adapt)static java.lang.StringANDThe tag name of the and expression (value:and)static java.lang.StringCOUNTThe tag name of the count expression (value:count)static java.lang.StringENABLEMENTThe tag name of the enablement expression (value:enablement)static java.lang.StringEQUALSThe tag name of the equals expression (value:equals)static java.lang.StringINSTANCEOFThe tag name of the instanceof expression (value:instanceof)static java.lang.StringITERATEThe tag name of the adapt expression (value:iterate)static java.lang.StringNOTThe tag name of the not expression (value:not)static java.lang.StringORThe tag name of the or expression (value:or)static java.lang.StringREFERENCEThe tag name of the reference expression (value:reference)static java.lang.StringRESOLVEThe tag name of the resolve expression (value:resolve)static java.lang.StringSYSTEM_TESTThe tag name of the systemTest expression (value:systemTest)static java.lang.StringTESTThe tag name of the test expression (value:test)static java.lang.StringWITHThe tag name of the with expression (value:with)
-
Constructor Summary
Constructors Constructor Description ExpressionTagNames()
-
-
-
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
-
-