public class VariableModel extends DocumentationModel
documentation| Constructor and Description |
|---|
VariableModel(String variableName,
String variableType) |
VariableModel(String variableName,
String variableType,
String variableDeclarationType) |
VariableModel(String variableName,
String variableType,
String variableDeclarationType,
String timestampFormat) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSimpleType() |
String |
getTimestampFormat() |
String |
getVariableDeclarationType() |
String |
getVariableName() |
String |
getVariableSetterType()
Returns the Java type used for the input parameter of a setter method.
|
String |
getVariableType() |
void |
setTimestampFormat(String timestampFormat) |
void |
setVariableDeclarationType(String variableDeclarationType) |
void |
setVariableName(String variableName) |
void |
setVariableType(String variableType) |
String |
toString() |
VariableModel |
withDocumentation(String documentation) |
getDocumentation, setDocumentationpublic VariableModel(String variableName, String variableType, String variableDeclarationType)
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 String getVariableSetterType()
public void setVariableDeclarationType(String variableDeclarationType)
public String getTimestampFormat()
public void setTimestampFormat(String timestampFormat)
Copyright © 2022. All rights reserved.