public class LiteralDTO extends java.lang.Object implements Literal<java.lang.String>, FunctionArg
| Modifier and Type | Class and Description | 
|---|---|
| static class  | LiteralDTO.BuilderBuilder for LiteralDTO. | 
FunctionArg.ArgType| Modifier and Type | Field and Description | 
|---|---|
| static LiteralDTO | NULLAn instance of LiteralDTO with a value of "NULL" and a data type of Types.NullType.get(). | 
EMPTY_ARGSEMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE| Modifier and Type | Method and Description | 
|---|---|
| FunctionArg.ArgType | argType()Arguments type of the function. | 
| static LiteralDTO.Builder | builder() | 
| Type | dataType() | 
| java.lang.String | toString() | 
| java.lang.String | value() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitvalidatereferencespublic static final LiteralDTO NULL
public java.lang.String value()
public Type dataType()
public FunctionArg.ArgType argType()
FunctionArgargType in interface FunctionArgpublic java.lang.String toString()
toString in class java.lang.Objectpublic static LiteralDTO.Builder builder()