public class ArgumentConfig extends Object implements Serializable
| Constructor and Description |
|---|
ArgumentConfig() |
ArgumentConfig(Argument argument) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getIndex() |
String |
getType() |
Boolean |
isCallback() |
void |
setCallback(Boolean callback) |
void |
setIndex(Integer index) |
void |
setType(String type) |
public ArgumentConfig()
public ArgumentConfig(Argument argument)
@Parameter(excluded=true) public Integer getIndex()
public void setIndex(Integer index)
@Parameter(excluded=true) public String getType()
public void setType(String type)
public void setCallback(Boolean callback)
public Boolean isCallback()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.