public static class LiteralDTO.Builder
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| LiteralDTO | build()Builds a LiteralDTO instance. | 
| LiteralDTO.Builder | withDataType(Type dataType)Set the data type of the literal. | 
| LiteralDTO.Builder | withValue(java.lang.String value)Set the value of the literal. | 
public LiteralDTO.Builder withValue(java.lang.String value)
value - The value of the literal.public LiteralDTO.Builder withDataType(Type dataType)
dataType - The data type of the literal.public LiteralDTO build()