public class Variable extends Object implements Serializable
| Constructor and Description |
|---|
Variable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addVariable(Variable variable)
Method addVariable.
|
void |
breakVariableAssociation(Variable variable)
Method breakVariableAssociation.
|
void |
createVariableAssociation(Variable variable)
Method createVariableAssociation.
|
String |
getDefvalue()
Get the defvalue field.
|
String |
getDescription()
Get the description field.
|
String |
getModelEncoding() |
String |
getName()
Get the name field.
|
List |
getVariables()
Method getVariables.
|
void |
removeVariable(Variable variable)
Method removeVariable.
|
void |
setDefvalue(String defvalue)
Set the defvalue field.
|
void |
setDescription(String description)
Set the description field.
|
void |
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.
|
void |
setName(String name)
Set the name field.
|
void |
setVariables(List variables)
Set
Variables that depend on their parent.
|
public void addVariable(Variable variable)
variable - public void breakVariableAssociation(Variable variable)
variable - public void createVariableAssociation(Variable variable)
variable - public String getDefvalue()
public String getDescription()
public String getName()
public List getVariables()
public void removeVariable(Variable variable)
variable - public void setDefvalue(String defvalue)
defvalue - public void setDescription(String description)
description - public void setName(String name)
name - public void setVariables(List variables)
variables - public void setModelEncoding(String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.