public class Argument extends ModelObject
END_COLUMN, END_LINE, END_POSITION, RESOURCE_URL, START_COLUMN, START_LINE, START_POSITION| Constructor and Description |
|---|
Argument()
The default constructor.
|
Argument(Argument copy) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
This method returns the alias.
|
MessageSignature |
getMessageSignature()
This method returns the message signature.
|
String |
getName()
This method returns the optional parameter or payload type name.
|
void |
setAlias(String alias)
This method sets the alias.
|
void |
setMessageSignature(MessageSignature sig)
This method sets the message signature.
|
void |
setName(String name)
This method sets the payload type or parameter name.
|
String |
toString() |
void |
toText(StringBuffer buf,
int level)
This method generates a text representation of the protocol component.
|
void |
visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
derivedFrom, getModule, getParent, getParent, getProperties, indent, setParentpublic Argument()
public Argument(Argument copy)
public String getName()
public void setName(String name)
name - The namepublic MessageSignature getMessageSignature()
public void setMessageSignature(MessageSignature sig)
sig - The message signaturepublic String getAlias()
public void setAlias(String alias)
alias - The aliaspublic void visit(Visitor visitor)
visit in class ModelObjectvisitor - The visitorpublic void toText(StringBuffer buf, int level)
toText in class ModelObjectbuf - The text bufferlevel - The indentation level, if relevantCopyright © 2014. All Rights Reserved.