public class Types extends Object
| Constructor and Description |
|---|
Types() |
| Modifier and Type | Method and Description |
|---|---|
static TDInteger |
integer(int value) |
static TDNumeric |
numeric(double value) |
static TDText |
text(String value) |
static ColumnReferencePlaceholder |
textCustomPlaceholder() |
static ColumnReferencePlaceholder |
textPlaceholder(String id) |
public static TDInteger integer(int value)
public static TDNumeric numeric(double value)
public static ColumnReferencePlaceholder textCustomPlaceholder()
public static ColumnReferencePlaceholder textPlaceholder(String id)
Copyright © 2015. All Rights Reserved.