public class ArgumentModel extends DocumentationModel
documentation| Constructor and Description |
|---|
ArgumentModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsEnumArg() |
String |
getName() |
String |
getType() |
void |
setIsEnumArg(boolean isEnumArg) |
void |
setName(String name) |
void |
setType(String type) |
ArgumentModel |
withIsEnumArg(boolean isEnumArg) |
ArgumentModel |
withName(String name) |
ArgumentModel |
withType(String type) |
getDocumentation, setDocumentationpublic String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public ArgumentModel withName(String name)
public ArgumentModel withType(String type)
public boolean getIsEnumArg()
public void setIsEnumArg(boolean isEnumArg)
public ArgumentModel withIsEnumArg(boolean isEnumArg)
Copyright © 2023. All rights reserved.