|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.object.Argument
public class Argument
A argument for a custom function
| Constructor Summary | |
|---|---|
init()
Constructor |
|
| Method Summary | |
|---|---|
string |
getDefault()
|
string |
getName()
|
boolean |
getRequired()
|
string |
getType()
|
private void |
setDefault(string Default)
|
void |
setMemento(struct memento)
Sets the state of the object |
private void |
setName(string Name)
|
private void |
setRequired(boolean Required)
|
private void |
setType(string Type)
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public string getDefault()
public string getName()
public boolean getRequired()
public string getType()
private void setDefault(string Default)
Defaultpublic void setMemento(struct memento)
memento - the state to be setprivate void setName(string Name)
Nameprivate void setRequired(boolean Required)
Requiredprivate void setType(string Type)
Type
|
Transfer version 1.1 | ||||
| FRAMES | |||||