@Documented
@Inherited
@Retention(value=RUNTIME)
public @interface ConditionalExpression
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
alias
The alias that is used to reference this conditional expression
|
Condition |
condition
The condition to apply to the terms in this expression
|
Term[] |
terms
The terms to which to apply the condition
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
id |
public abstract java.lang.String alias
public abstract Condition condition
public abstract Term[] terms