@Alias(value="with-attribute") public class Attribute extends Object
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
create(String name,
String whereValue)
Factory method to simplify test coding
|
boolean |
equals(Object object) |
String |
getAttributeName() |
Attribute |
getEvaluatedAttribute(org.mule.runtime.api.event.Event event,
MunitExpressionWrapper expressionWrapper) |
Object |
getWhereValue() |
int |
hashCode() |
void |
setAttributeName(String attributeName) |
void |
setWhereValue(Object whereValue) |
String |
toString() |
public static Attribute create(String name, String whereValue)
name - The Name of the attributewhereValue - Its valuepublic String getAttributeName()
public void setAttributeName(String attributeName)
public Object getWhereValue()
public void setWhereValue(Object whereValue)
public Attribute getEvaluatedAttribute(org.mule.runtime.api.event.Event event, MunitExpressionWrapper expressionWrapper)
Copyright © 2020. All rights reserved.