public class OutputAttribute extends Object
| Constructor and Description |
|---|
OutputAttribute(String rename,
Expression expression) |
OutputAttribute(Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Expression |
getExpression() |
String |
getRename() |
int |
hashCode() |
String |
toString() |
public OutputAttribute(String rename, Expression expression)
public OutputAttribute(Variable variable)
public String getRename()
public Expression getExpression()
Copyright © 2022 WSO2. All Rights Reserved.