public class VariableModel extends DocumentationModel
documentation
Constructor and Description |
---|
VariableModel() |
VariableModel(String variableName,
String variableType) |
VariableModel(String variableName,
String variableType,
String variableDeclarationType) |
Modifier and Type | Method and Description |
---|---|
String |
getSimpleType() |
String |
getVariableDeclarationType() |
String |
getVariableName() |
String |
getVariableSetterType()
Returns the Java type used for the input parameter of a setter method.
|
String |
getVariableType() |
void |
setVariableDeclarationType(String variableDeclarationType) |
void |
setVariableName(String variableName) |
void |
setVariableType(String variableType) |
String |
toString() |
VariableModel |
withDocumentation(String documentation) |
getDocumentation, setDocumentation
public String getVariableName()
public void setVariableName(String variableName)
public String getVariableType()
public void setVariableType(String variableType)
public String getSimpleType()
public VariableModel withDocumentation(String documentation)
public String getVariableDeclarationType()
public void setVariableDeclarationType(String variableDeclarationType)
public String getVariableSetterType()
Copyright © 2021. All rights reserved.