public final class ExpressionTagNames extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADAPT
The tag name of the adapt expression (value:
adapt ) |
static String |
AND
The tag name of the and expression (value:
and ) |
static String |
COUNT
The tag name of the count expression (value:
count ) |
static String |
ENABLEMENT
The tag name of the enablement expression (value:
enablement ) |
static String |
EQUALS
The tag name of the equals expression (value:
equals ) |
static String |
INSTANCEOF
The tag name of the instanceof expression (value:
instanceof ) |
static String |
ITERATE
The tag name of the adapt expression (value:
iterate ) |
static String |
NOT
The tag name of the not expression (value:
not ) |
static String |
OR
The tag name of the or expression (value:
or ) |
static String |
REFERENCE
The tag name of the reference expression (value:
reference ) |
static String |
RESOLVE
The tag name of the resolve expression (value:
resolve ) |
static String |
SYSTEM_TEST
The tag name of the systemTest expression (value:
systemTest ) |
static String |
TEST
The tag name of the test expression (value:
test ) |
static String |
WITH
The tag name of the with expression (value:
with ) |
Constructor and Description |
---|
ExpressionTagNames() |
public static final String ENABLEMENT
enablement
)public static final String AND
and
)public static final String OR
or
)public static final String NOT
not
)public static final String INSTANCEOF
instanceof
)public static final String TEST
test
)public static final String WITH
with
)public static final String ADAPT
adapt
)public static final String COUNT
count
)public static final String ITERATE
iterate
)public static final String RESOLVE
resolve
)public static final String SYSTEM_TEST
systemTest
)public static final String EQUALS
equals
)public static final String REFERENCE
reference
)
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.