| Package | Description |
|---|---|
| org.switchyard.component.common.knowledge.expression |
| Modifier and Type | Method and Description |
|---|---|
ExpressionType |
MVELExpression.getType()
Gets the expression type.
|
ExpressionType |
Expression.getType()
Gets the expression type.
|
static ExpressionType |
ExpressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionType[] |
ExpressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionFactory.create(String expression,
ExpressionType expressionType)
Creates a new Expression.
|
Expression |
ExpressionFactory.create(String expression,
ExpressionType expressionType,
org.switchyard.common.property.PropertyResolver propertyResolver)
Creates a new Expression.
|
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.