public final class ExpressionTagNames
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ExpressionTagNames() |
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)
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.